21625f40b5
I tried to get the latest versions from dockapps.org, but I haven't tested any of them. More dockapps will be added as time permits.
6 lines
199 B
C
6 lines
199 B
C
#define arrow_width 14
|
|
#define arrow_height 9
|
|
static unsigned char arrow_bits[] = {
|
|
0x08, 0x04, 0x1c, 0x04, 0x3e, 0x04, 0x7f, 0x04, 0x08, 0x04, 0x88, 0x3f,
|
|
0x08, 0x1f, 0x08, 0x0e, 0x08, 0x04};
|