5 lines
238 B
C
5 lines
238 B
C
|
#define iconify_width 10
|
||
|
#define iconify_height 10
|
||
|
static unsigned char close_bits[] = {
|
||
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|