summaryrefslogtreecommitdiff
path: root/frontend/cursor
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:01 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:01 +0000
commite7e90b72fd3161c5d55fed49e100781dfa3e9408 (patch)
tree67cfcfae6b9a9e15701a332dfacbe0ca6440f16c /frontend/cursor
parent2d113e8792747151bf5d830f1a1485f2f951f940 (diff)
Imported Upstream version 0.84upstream/0.84
Diffstat (limited to 'frontend/cursor')
-rw-r--r--frontend/cursor/cursor_pipette_black8
-rw-r--r--frontend/cursor/cursor_pipette_gray8
-rw-r--r--frontend/cursor/cursor_pipette_mask8
-rw-r--r--frontend/cursor/cursor_pipette_white8
4 files changed, 0 insertions, 32 deletions
diff --git a/frontend/cursor/cursor_pipette_black b/frontend/cursor/cursor_pipette_black
deleted file mode 100644
index 9fc4d56..0000000
--- a/frontend/cursor/cursor_pipette_black
+++ /dev/null
@@ -1,8 +0,0 @@
-#define cursor_pipette_black_width 16
-#define cursor_pipette_black_height 16
-#define cursor_pipette_black_x_hot 1
-#define cursor_pipette_black_y_hot 14
-static unsigned char cursor_pipette_black_bits[] = {
- 0x00, 0x70, 0x00, 0xf8, 0x80, 0xff, 0x00, 0xfe, 0x00, 0x7d, 0x80, 0x38,
- 0x40, 0x18, 0xe0, 0x17, 0xf0, 0x13, 0xf8, 0x01, 0xfc, 0x00, 0x7c, 0x00,
- 0x3e, 0x00, 0x0f, 0x00, 0x04, 0x00, 0x00, 0x00};
diff --git a/frontend/cursor/cursor_pipette_gray b/frontend/cursor/cursor_pipette_gray
deleted file mode 100644
index 7cbea80..0000000
--- a/frontend/cursor/cursor_pipette_gray
+++ /dev/null
@@ -1,8 +0,0 @@
-#define cursor_pipette_gray_width 16
-#define cursor_pipette_gray_height 16
-#define cursor_pipette_gray_x_hot 1
-#define cursor_pipette_gray_y_hot 14
-static unsigned char cursor_pipette_gray_bits[] = {
- 0x00, 0x70, 0x00, 0xf8, 0x80, 0xff, 0x00, 0xfe, 0x00, 0x7d, 0x80, 0x38,
- 0x40, 0x18, 0x20, 0x14, 0x10, 0x12, 0xf8, 0x01, 0xfc, 0x00, 0x7c, 0x00,
- 0x3e, 0x00, 0x0f, 0x00, 0x04, 0x00, 0x00, 0x00};
diff --git a/frontend/cursor/cursor_pipette_mask b/frontend/cursor/cursor_pipette_mask
deleted file mode 100644
index 36c7757..0000000
--- a/frontend/cursor/cursor_pipette_mask
+++ /dev/null
@@ -1,8 +0,0 @@
-#define cursor_pipette_mask_width 16
-#define cursor_pipette_mask_height 16
-#define cursor_pipette_mask_x_hot 1
-#define cursor_pipette_mask_y_hot 14
-static unsigned char cursor_pipette_mask_bits[] = {
- 0x00, 0x70, 0x00, 0xf8, 0x80, 0xff, 0x00, 0xfe, 0x00, 0x7f, 0x80, 0x3f,
- 0xc0, 0x1f, 0xe0, 0x17, 0xf0, 0x13, 0xf8, 0x01, 0xfc, 0x00, 0x7c, 0x00,
- 0x3e, 0x00, 0x0f, 0x00, 0x04, 0x00, 0x00, 0x00};
diff --git a/frontend/cursor/cursor_pipette_white b/frontend/cursor/cursor_pipette_white
deleted file mode 100644
index 9952441..0000000
--- a/frontend/cursor/cursor_pipette_white
+++ /dev/null
@@ -1,8 +0,0 @@
-#define cursor_pipette_white_width 16
-#define cursor_pipette_white_height 16
-#define cursor_pipette_white_x_hot 1
-#define cursor_pipette_white_y_hot 14
-static unsigned char cursor_pipette_white_bits[] = {
- 0x00, 0x70, 0x00, 0xf8, 0x80, 0xff, 0x00, 0xfe, 0x00, 0x7d, 0x80, 0x38,
- 0x40, 0x18, 0x20, 0x14, 0x10, 0x12, 0x08, 0x01, 0x84, 0x00, 0x44, 0x00,
- 0x32, 0x00, 0x09, 0x00, 0x04, 0x00, 0x00, 0x00};