summary refs log tree commit diff
path: root/cursors/bsd_cursor.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'cursors/bsd_cursor.xbm')
-rw-r--r--cursors/bsd_cursor.xbm8
1 files changed, 8 insertions, 0 deletions
diff --git a/cursors/bsd_cursor.xbm b/cursors/bsd_cursor.xbm
new file mode 100644
index 0000000..51bf06e
--- /dev/null
+++ b/cursors/bsd_cursor.xbm
@@ -0,0 +1,8 @@
+#define bsd_cursor_width 17
+#define bsd_cursor_height 12
+#define bsd_cursor_x_hot 8
+#define bsd_cursor_y_hot 6
+static unsigned char bsd_cursor_bits[] = {
+   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, 0xc4, 0xff,
+   0x5b, 0xb7, 0xfe, 0x63, 0xb4, 0xfe, 0xdb, 0xb5, 0xfe, 0x63, 0xc4, 0xfe,
+   0xfd, 0x7f, 0xff, 0xf3, 0x8f, 0xff, 0x07, 0xc0, 0xff, 0x1f, 0xf0, 0xff};