summary refs log tree commit diff
path: root/cursors/mouse_cursor.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'cursors/mouse_cursor.xbm')
-rw-r--r--cursors/mouse_cursor.xbm8
1 files changed, 8 insertions, 0 deletions
diff --git a/cursors/mouse_cursor.xbm b/cursors/mouse_cursor.xbm
new file mode 100644
index 0000000..e21017c
--- /dev/null
+++ b/cursors/mouse_cursor.xbm
@@ -0,0 +1,8 @@
+#define mouse_cursor_width 17
+#define mouse_cursor_height 12
+#define mouse_cursor_x_hot 8
+#define mouse_cursor_y_hot 7
+static char mouse_cursor_bits[] = {
+   0x20, 0x00, 0x00, 0x90, 0x20, 0x00, 0x40, 0x40, 0x00, 0x0c, 0x40, 0x00,
+   0x14, 0x8f, 0x00, 0x94, 0xb0, 0x00, 0x7c, 0x20, 0x01, 0x0c, 0x4c, 0x01,
+   0x0a, 0x42, 0x01, 0x42, 0x82, 0x00, 0x3b, 0x87, 0x00, 0xff, 0x7f, 0x00};