You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
325 B
8 lines
325 B
/* Created with The GIMP */
|
|
#define magicxbm_width 16
|
|
#define magicxbm_height 16
|
|
static unsigned char magicxbm_bits[] = {
|
|
0x00, 0x10, 0x00, 0x38, 0x80, 0xfe, 0x80, 0x38, 0x80, 0x10, 0xc0, 0x11,
|
|
0xc0, 0x01, 0xf0, 0x07, 0xfe, 0x3f, 0xf0, 0x07, 0xc0, 0x01, 0xc0, 0x01,
|
|
0x84, 0x00, 0x8e, 0x00, 0x84, 0x00, 0x00, 0x00 };
|