summaryrefslogtreecommitdiff
path: root/gtk/res/menu_cursor.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/res/menu_cursor.xbm')
-rw-r--r--gtk/res/menu_cursor.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/res/menu_cursor.xbm b/gtk/res/menu_cursor.xbm
new file mode 100644
index 000000000..1257ac1f4
--- /dev/null
+++ b/gtk/res/menu_cursor.xbm
@@ -0,0 +1,6 @@
+#define menu_cursor_width 16
+#define menu_cursor_height 16
+static char menu_cursor_bits[] = {
+ 0x00, 0x00, 0x80, 0x7F, 0x88, 0x40, 0x9E, 0x5E, 0x88, 0x40, 0x80, 0x56,
+ 0x80, 0x40, 0x80, 0x5A, 0x80, 0x40, 0x80, 0x5E, 0x80, 0x40, 0x80, 0x56,
+ 0x80, 0x40, 0x80, 0x7F, 0x00, 0x00, 0x00, 0x00 };