My-distro-configs-ubuntu-op.../themes/KDE/openbox-3/close.xbm

7 lines
276 B
C
Raw Normal View History

2024-01-20 17:10:06 -01:00
#define close_width 15
#define close_height 15
static unsigned char close_bits[] = {
0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x3f, 0xee, 0x3b, 0xdf, 0x7d,
0xbf, 0x7e, 0x7f, 0x7f, 0xbf, 0x7e, 0xdf, 0x7d, 0xee, 0x3b, 0xfe, 0x3f,
0xfc, 0x1f, 0xf8, 0x0f, 0xe0, 0x03 };