aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/pause.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'bitmaps/pause.xbm')
-rw-r--r--bitmaps/pause.xbm7
1 files changed, 7 insertions, 0 deletions
diff --git a/bitmaps/pause.xbm b/bitmaps/pause.xbm
new file mode 100644
index 0000000..9d4e9a7
--- /dev/null
+++ b/bitmaps/pause.xbm
@@ -0,0 +1,7 @@
+#define pause_width 16
+#define pause_height 16
+static unsigned char pause_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e,
+ 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e,
+ 0x78, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
+