summaryrefslogtreecommitdiff
path: root/frontend/cursor/cursor_pipette_mask
diff options
context:
space:
mode:
authorKevin Dalley <kevind@rahul.net>2002-03-15 14:20:02 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:02 +0000
commitac8459519a9ef2a1ee635509b52a653da1bfe9d5 (patch)
tree9ed2df2144d6ad3bb7cf1d43243d815a8eb90059 /frontend/cursor/cursor_pipette_mask
parent8b372c9248930ae29763202121434d3d676d0f30 (diff)
parente7e90b72fd3161c5d55fed49e100781dfa3e9408 (diff)
Imported Debian patch 0.84-2debian/0.84-2
Diffstat (limited to 'frontend/cursor/cursor_pipette_mask')
-rw-r--r--frontend/cursor/cursor_pipette_mask8
1 files changed, 0 insertions, 8 deletions
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};