5 lines
243 B
C
5 lines
243 B
C
#define iconify_pressed_width 10
|
|
#define iconify_pressed_height 10
|
|
static unsigned char iconify_pressed_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03 };
|