abyss/openbox-3/close.xbm

7 lines
288 B
C
Raw Permalink Normal View History

2023-11-26 20:07:41 +00:00
#define close_width 16
#define close_height 16
2023-03-08 05:26:36 +00:00
static unsigned char close_bits[] = {
2023-11-26 20:07:41 +00:00
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x18, 0x60, 0x0c,
0xc0, 0x06, 0x80, 0x03, 0x80, 0x03, 0xc0, 0x06, 0x60, 0x0c, 0x30, 0x18,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };