diff options
Diffstat (limited to 'attic/muse2-oom/muse2/xpm/reddot.xpm')
-rw-r--r-- | attic/muse2-oom/muse2/xpm/reddot.xpm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/attic/muse2-oom/muse2/xpm/reddot.xpm b/attic/muse2-oom/muse2/xpm/reddot.xpm new file mode 100644 index 00000000..c094934a --- /dev/null +++ b/attic/muse2-oom/muse2/xpm/reddot.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char *reddot_xpm[]={ +"12 12 2 1", +". c None", +"# c #ff5600", +"...#####....", +"..#######...", +".#########..", +"###########.", +"###########.", +"###########.", +"###########.", +"###########.", +".#########..", +"..#######...", +"...#####....", +"............"}; |