8 lines
343 B
C
8 lines
343 B
C
/* Created with The GIMP */
|
|
#define ico_16x16_mask_width 16
|
|
#define ico_16x16_mask_height 16
|
|
static unsigned char ico_16x16_mask_bits[] = {
|
|
0xc0, 0x03, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f,
|
|
0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f,
|
|
0xfc, 0x7f, 0xfc, 0x7f, 0xf8, 0x7f, 0xf0, 0x3f };
|