summary refs log tree commit diff
path: root/cursors/mouse_cursor_mask.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'cursors/mouse_cursor_mask.xbm')
-rw-r--r--cursors/mouse_cursor_mask.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/cursors/mouse_cursor_mask.xbm b/cursors/mouse_cursor_mask.xbm
new file mode 100644
index 0000000..6874f70
--- /dev/null
+++ b/cursors/mouse_cursor_mask.xbm
@@ -0,0 +1,6 @@
+#define mouse_cursor_mask_width 17
+#define mouse_cursor_mask_height 12
+static char mouse_cursor_mask_bits[] = {
+   0x20, 0x00, 0x00, 0x90, 0x20, 0x00, 0x40, 0x40, 0x00, 0x0c, 0x40, 0x00,
+   0x1c, 0x8f, 0x00, 0x9c, 0xbf, 0x00, 0xfc, 0x3f, 0x01, 0xfc, 0x7f, 0x01,
+   0xfe, 0x7f, 0x01, 0xfe, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0x7f, 0x00};