10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define corner-se_width 24
|
|
#define corner-se_height 24
|
|
static char corner-se_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xfd,0x00,0x10,0x02,
|
|
0x00,0x10,0x40,0x00,0x18,0x60,0x00,0x18,0xdf,0x00,0x1c,0xff,
|
|
0x00,0x1c,0xff,0x00,0x2e,0xff,0x00,0x2e,0xff,0x00,0x1e,0xff,
|
|
0x00,0x9f,0xef,0x00,0x1f,0xb7,0x00,0x1f,0x01,0x00,0x1d,0x01,
|
|
0x00,0x2e,0x01,0x00,0x9f,0x00,0x00,0x1f,0x01,0x00,0x1f,0x01};
|