diff options
Diffstat (limited to 'data/pixmaps/rg21/8/dot.xpm')
-rw-r--r-- | data/pixmaps/rg21/8/dot.xpm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/pixmaps/rg21/8/dot.xpm b/data/pixmaps/rg21/8/dot.xpm new file mode 100644 index 0000000..867a67b --- /dev/null +++ b/data/pixmaps/rg21/8/dot.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"4 8 2 1", +" c Gray0", +". c None", +/* pixels */ +"....", +"....", +"....", +". .", +". .", +"....", +"....", +"...." +}; |