1
2
3
4
5
6
7
|
/* 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 };
|