X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=pixmaps%2FWHITE_14.xpm;fp=pixmaps%2FWHITE_14.xpm;h=3f1393657ef0a6c719e88d1774a5d58731adc036;hb=762e18baef5f815cc46019ba3e082bd5ec1980f6;hp=0000000000000000000000000000000000000000;hpb=86517e539f33650be656c482020a878fec0723c9;p=xboard.git diff --git a/pixmaps/WHITE_14.xpm b/pixmaps/WHITE_14.xpm new file mode 100644 index 0000000..3f13936 --- /dev/null +++ b/pixmaps/WHITE_14.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char *WHITE_14[] = { +/* columns rows colors chars-per-pixel */ +"14 14 3 1", +" c white", +"* c black", +". c None", +/* pixels */ +".....****.....", +"...** **...", +"..* .... *..", +".* ........ *.", +".* ........ *.", +"* .......... *", +"* .......... *", +"* .......... *", +"* .......... *", +".* ........ *.", +".* ........ *.", +"..* .... *..", +"...** **...", +".....****....." +};