From e463cfd3cbd419dc38583fe25b93be36b330a606 Mon Sep 17 00:00:00 2001 From: Gaspar Fernandez Date: Fri, 12 Aug 2016 01:29:28 +0200 Subject: Version 0.4d --- pixmaps/redlight.xpm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pixmaps/redlight.xpm (limited to 'pixmaps/redlight.xpm') 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", +"...", +"..."}; -- cgit v1.2.1