Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/resources/arrow.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'resources/arrow.xbm')
-rw-r--r--resources/arrow.xbm20
1 files changed, 20 insertions, 0 deletions
diff --git a/resources/arrow.xbm b/resources/arrow.xbm
new file mode 100644
index 0000000..58d6f0a
--- /dev/null
+++ b/resources/arrow.xbm
@@ -0,0 +1,20 @@
+#define arrow_width 40
+#define arrow_height 40
+static unsigned char arrow_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0x3f, 0x00, 0xfc, 0xff, 0xff, 0x7f,
+ 0x00, 0xfc, 0xff, 0xff, 0xff, 0x00, 0xfc, 0xff, 0xff, 0xff, 0x00, 0xfc,
+ 0xff, 0xff, 0xff, 0x00, 0xfc, 0xff, 0xff, 0xff, 0x00, 0xfc, 0xff, 0xff,
+ 0x7f, 0x00, 0xfc, 0xff, 0xff, 0x3f, 0x00, 0xfc, 0xff, 0x00, 0x00, 0x00,
+ 0xfc, 0xff, 0x01, 0x00, 0x00, 0xfc, 0xff, 0x03, 0x00, 0x00, 0xfc, 0xff,
+ 0x07, 0x00, 0x00, 0xfc, 0xff, 0x0f, 0x00, 0x00, 0xfc, 0xff, 0x1f, 0x00,
+ 0x00, 0xfc, 0xfb, 0x3f, 0x00, 0x00, 0xfc, 0xf3, 0x7f, 0x00, 0x00, 0xfc,
+ 0xe3, 0xff, 0x00, 0x00, 0xfc, 0xc3, 0xff, 0x01, 0x00, 0xfc, 0x83, 0xff,
+ 0x03, 0x00, 0xfc, 0x03, 0xff, 0x07, 0x00, 0xfc, 0x03, 0xfe, 0x0f, 0x00,
+ 0xfc, 0x03, 0xfc, 0x1f, 0x00, 0xfc, 0x03, 0xf8, 0x3f, 0x00, 0xfc, 0x03,
+ 0xf0, 0x7f, 0x00, 0xfc, 0x03, 0xe0, 0xff, 0x00, 0xfc, 0x03, 0xc0, 0xff,
+ 0x01, 0xfc, 0x03, 0x80, 0xff, 0x01, 0xfc, 0x03, 0x00, 0xff, 0x03, 0xf8,
+ 0x01, 0x00, 0xfe, 0x01, 0xf0, 0x00, 0x00, 0xfc, 0x01, 0x00, 0x00, 0x00,
+ 0xf8, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };