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