diff options
Diffstat (limited to 'subtle/icons/world.xbm')
-rw-r--r-- | subtle/icons/world.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subtle/icons/world.xbm b/subtle/icons/world.xbm new file mode 100644 index 0000000..50b8383 --- /dev/null +++ b/subtle/icons/world.xbm @@ -0,0 +1,5 @@ +#define earth_width 9 +#define earth_height 9 +static unsigned char earth_bits[] = { + 0x38, 0x00, 0x44, 0x00, 0xb2, 0x00, 0x65, 0x01, 0x65, 0x01, 0x01, 0x01, + 0x9a, 0x00, 0x44, 0x00, 0x38, 0x00 }; |