diff options
Diffstat (limited to 'attic/muse2-oom/muse2/xpm/dot1.xpm')
-rw-r--r-- | attic/muse2-oom/muse2/xpm/dot1.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/attic/muse2-oom/muse2/xpm/dot1.xpm b/attic/muse2-oom/muse2/xpm/dot1.xpm new file mode 100644 index 00000000..1b2d9887 --- /dev/null +++ b/attic/muse2-oom/muse2/xpm/dot1.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static const char *dot1_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 13 2 1", +/* colors */ +". c none", +"# c #909090", +/* pixels */ +"................", +"................", +".......##.......", +"......####......", +".....######.....", +"....########....", +"....########....", +"....########....", +".....######.....", +"......####......", +".......##.......", +"................", +"................" +}; |