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