summaryrefslogtreecommitdiff
path: root/src/cursor/cursor_pipette_mask
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:56 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:56 +0000
commitca9f280d0ac4173cdd29f745fd574a3b597969e7 (patch)
treee2343ef072e57405d88c9d7f96d196dddcc153ce /src/cursor/cursor_pipette_mask
parented1d7afab34d41b155ac701ee9db87c3f057b99b (diff)
Imported Upstream version 0.998upstream/0.998
Diffstat (limited to 'src/cursor/cursor_pipette_mask')
-rw-r--r--src/cursor/cursor_pipette_mask8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cursor/cursor_pipette_mask b/src/cursor/cursor_pipette_mask
deleted file mode 100644
index 36c7757..0000000
--- a/src/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};