abyss/openbox-3/iconify.xbm

7 lines
294 B
C
Raw Normal View History

2023-11-26 20:07:41 +00:00
#define iconify_width 16
#define iconify_height 16
2023-03-08 05:26:36 +00:00
static unsigned char iconify_bits[] = {
2023-11-26 20:07:41 +00:00
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0xf8, 0x1f, 0xf8, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };