summaryrefslogtreecommitdiff
path: root/src/bitmaps/dimple1.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmaps/dimple1.xbm')
-rw-r--r--src/bitmaps/dimple1.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bitmaps/dimple1.xbm b/src/bitmaps/dimple1.xbm
new file mode 100644
index 00000000000..c1a36e5c91b
--- /dev/null
+++ b/src/bitmaps/dimple1.xbm
@@ -0,0 +1,6 @@
+#define dimple1_width 16
+#define dimple1_height 16
+static unsigned char dimple1_bits[] = {
+ 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
+ 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
+ 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};