summary refs log tree commit diff
path: root/cursors/bsd_cursor_mask.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'cursors/bsd_cursor_mask.xbm')
-rw-r--r--cursors/bsd_cursor_mask.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/cursors/bsd_cursor_mask.xbm b/cursors/bsd_cursor_mask.xbm
new file mode 100644
index 0000000..0a6dcdd
--- /dev/null
+++ b/cursors/bsd_cursor_mask.xbm
@@ -0,0 +1,6 @@
+#define bsd_cursor_mask_width 17
+#define bsd_cursor_mask_height 12
+static unsigned char bsd_cursor_mask_bits[] = {
+   0xe0, 0x0f, 0x00, 0xf8, 0x3f, 0x00, 0xfc, 0x7f, 0x00, 0xfe, 0xff, 0x00,
+   0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff, 0xff, 0x01,
+   0xfe, 0xff, 0x00, 0xfc, 0x7f, 0x00, 0xf8, 0x3f, 0x00, 0xe0, 0x0f, 0x00};