diff options
Diffstat (limited to 'src/hyper/bitmaps/gamma-cap.bitmap')
-rw-r--r-- | src/hyper/bitmaps/gamma-cap.bitmap | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/gamma-cap.bitmap b/src/hyper/bitmaps/gamma-cap.bitmap new file mode 100644 index 00000000..e4720248 --- /dev/null +++ b/src/hyper/bitmaps/gamma-cap.bitmap @@ -0,0 +1,8 @@ +#define Gamma_width 16 +#define Gamma_height 16 +#define Gamma_x_hot -1 +#define Gamma_y_hot -1 +static char Gamma_bits[] = { + 0xfe, 0x0f, 0xfc, 0x0f, 0x18, 0x08, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00}; |