10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define handle_width 24
|
|
#define handle_height 24
|
|
static char handle_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x1c,0x00,0x00,0x3a,
|
|
0x00,0x00,0x17,0x00,0x80,0x0f,0x00,0xc0,0x07,0x00,0xe0,0x03,
|
|
0x00,0x80,0x01,0x00,0x7f,0x01,0x80,0xd5,0x00,0xc0,0x00,0x01,
|
|
0x60,0x5d,0x02,0xa0,0x94,0x02,0x70,0x5c,0x04,0xb0,0x00,0x04,
|
|
0x70,0x55,0x05,0xf0,0xff,0x07,0xf0,0xff,0x07,0x00,0x00,0x00};
|