Generic_Window_Manager/def_bitmap.h

10 lines
437 B
C

#define def_bitmap_width 20
#define def_bitmap_height 15
#define def_bitmap_x_hot 9
#define def_bitmap_y_hot 6
static unsigned char def_bitmap_bits[] = {
0x3f, 0x00, 0x0c, 0x7e, 0x00, 0x06, 0xfc, 0x00, 0x03, 0xf8, 0x81, 0x01,
0xf0, 0xc3, 0x00, 0xe0, 0x67, 0x00, 0xc0, 0x33, 0x00, 0x80, 0x19, 0x00,
0xc0, 0x3c, 0x00, 0x60, 0x7e, 0x00, 0x30, 0xfc, 0x00, 0x18, 0xf8, 0x01,
0x0c, 0xf0, 0x03, 0x06, 0xe0, 0x07, 0x03, 0xc0, 0x0f};