dockapps/wmnet-1.06/XPM/arrow.xbm
Carlos R. Mafra 21625f40b5 Initial dockapps git repo
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.
2011-03-25 19:45:13 +01:00

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};