forked from AuroraMiddleware/gtk
6 lines
181 B
C
6 lines
181 B
C
|
#define tree_plus_width 9
|
||
|
#define tree_plus_height 9
|
||
|
static char tree_plus_bits[] = {
|
||
|
0xff,0xff,0x01,0xff,0x11,0xff,0x11,0xff,0x7d,0xff,0x11,0xff,0x11,0xff,0x01,
|
||
|
0xff,0xff,0xff};
|