diff options
Diffstat (limited to 'src/hyper/bitmaps/Xfullfcirc.bitmap')
-rw-r--r-- | src/hyper/bitmaps/Xfullfcirc.bitmap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/Xfullfcirc.bitmap b/src/hyper/bitmaps/Xfullfcirc.bitmap new file mode 100644 index 00000000..c936f264 --- /dev/null +++ b/src/hyper/bitmaps/Xfullfcirc.bitmap @@ -0,0 +1,6 @@ +#define Xfullcirc_width 16 +#define Xfullcirc_height 16 +static char Xfullcirc_bits[] = { + 0xe0, 0x07, 0x18, 0x18, 0x04, 0x20, 0xe2, 0x47, 0xf2, 0x4f, 0xf9, 0x9f, + 0xf9, 0x9f, 0xf9, 0x9f, 0xf9, 0x9f, 0xf9, 0x9f, 0xf9, 0x9f, 0xf2, 0x4f, + 0xe2, 0x47, 0x04, 0x20, 0x18, 0x18, 0xe0, 0x07}; |