summary refs log tree commit diff
path: root/cursors/bone_cursor.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'cursors/bone_cursor.xbm')
-rw-r--r--cursors/bone_cursor.xbm8
1 files changed, 8 insertions, 0 deletions
diff --git a/cursors/bone_cursor.xbm b/cursors/bone_cursor.xbm
new file mode 100644
index 0000000..6baad76
--- /dev/null
+++ b/cursors/bone_cursor.xbm
@@ -0,0 +1,8 @@
+#define bone_cursor_width 17
+#define bone_cursor_height 12
+#define bone_cursor_x_hot 8
+#define bone_cursor_y_hot 7
+static char bone_cursor_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x0c, 0x60, 0x00, 0x12, 0x90, 0x00, 0xe1, 0x0f, 0x01,
+   0x01, 0x00, 0x01, 0xe1, 0x0f, 0x01, 0x12, 0x90, 0x00, 0x0c, 0x60, 0x00};