mirror of
https://github.com/clockworkpi/twmrc.git
synced 2025-12-12 08:48:50 +01:00
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
#define close_width 11
|
|
#define close_height 11
|
|
static unsigned char close_bits[] = {
|
|
0x00, 0x00, 0x06, 0x03, 0x8e, 0x03, 0xdc, 0x01, 0xf8, 0x00, 0x70, 0x00,
|
|
0xf8, 0x00, 0xdc, 0x01, 0x8e, 0x03, 0x06, 0x03, 0x00, 0x00};
|