diff options
| author | Robert Jonsson <spamatica@gmail.com> | 2009-12-27 11:42:55 +0000 |
|---|---|---|
| committer | Robert Jonsson <spamatica@gmail.com> | 2009-12-27 11:42:55 +0000 |
| commit | 9f66d4ea7410ac4bca7a03498f3e13bab9df83c0 (patch) | |
| tree | 7c569e32155aacf6c35d4ddcd0e662415f8c9f24 /muse/xpm/dot1.xpm | |
| parent | b703eab295330e6f81564fbb39a10a1a2fdd2f54 (diff) | |
added current muse 1.0 tree to svn
Diffstat (limited to 'muse/xpm/dot1.xpm')
| -rw-r--r-- | muse/xpm/dot1.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/muse/xpm/dot1.xpm b/muse/xpm/dot1.xpm new file mode 100644 index 00000000..1b2d9887 --- /dev/null +++ b/muse/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 */ +"................", +"................", +".......##.......", +"......####......", +".....######.....", +"....########....", +"....########....", +"....########....", +".....######.....", +"......####......", +".......##.......", +"................", +"................" +}; |
