diff options
Diffstat (limited to 'attic/muse2-oom/muse2/xpm/mono.xpm')
-rw-r--r-- | attic/muse2-oom/muse2/xpm/mono.xpm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/attic/muse2-oom/muse2/xpm/mono.xpm b/attic/muse2-oom/muse2/xpm/mono.xpm new file mode 100644 index 00000000..9acebb58 --- /dev/null +++ b/attic/muse2-oom/muse2/xpm/mono.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static const char *mono_xpm[] = { +"15 9 2 1", +" c #303030", +". c none", +/* pixels */ +"..... .....", +".... ....", +"... ... ...", +"... ..... ...", +"... ..... ...", +"... ..... ...", +"... ... ...", +".... ....", +"..... ....." +}; |