diff options
Diffstat (limited to 'pixmaps/redlight.xpm')
| -rw-r--r-- | pixmaps/redlight.xpm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pixmaps/redlight.xpm b/pixmaps/redlight.xpm new file mode 100644 index 0000000..0e3791b --- /dev/null +++ b/pixmaps/redlight.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * redlight_xpm[] = { +"3 2 2 1", +" c None", +". c #FF0000", +"...", +"..."}; |
