diff options
Diffstat (limited to 'bin/icons/test.xbm')
-rw-r--r-- | bin/icons/test.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/icons/test.xbm b/bin/icons/test.xbm new file mode 100644 index 0000000..756e899 --- /dev/null +++ b/bin/icons/test.xbm @@ -0,0 +1,4 @@ +#define test_width 8 +#define test_height 8 +static unsigned char test_bits[] = { + 0x0E, 0x13, 0x21, 0x41, 0x82, 0x84, 0xC8, 0x70 }; |