3cb5ebe0e8
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1513 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
7 lines
296 B
C
7 lines
296 B
C
#define allfiles_width 16
|
|
#define allfiles_height 16
|
|
static unsigned char allfiles_bits[] = {
|
|
0xfc, 0x3f, 0x04, 0x20, 0x04, 0x20, 0x04, 0x20, 0x84, 0x21, 0xa4, 0x25,
|
|
0xc4, 0x23, 0xf4, 0x2f, 0xf4, 0x2f, 0xc4, 0x23, 0xa4, 0x25, 0x84, 0x21,
|
|
0x04, 0x20, 0x04, 0x20, 0x04, 0x20, 0xfc, 0x3f};
|