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.
8 lines
96 B
C
8 lines
96 B
C
/* XPM */
|
|
static char * redlight_xpm[] = {
|
|
"3 2 2 1",
|
|
" c None",
|
|
". c #FF0000",
|
|
"...",
|
|
"..."};
|