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