Add hatched board texture
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 12 Oct 2012 07:50:31 +0000 (09:50 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 09:28:23 +0000 (11:28 +0200)
A png file with hatching is added, so it can be used for dark squares
in a monochrome theme. It is installed in a new data directory
.../xboard/themes/textures.

Makefile.am
png/hatch.png [new file with mode: 0644]

index 8dba524..3d1865d 100644 (file)
@@ -192,6 +192,11 @@ dist_svg_DATA = svg/icon_white.svg         svg/icon_black.svg      \
 pixmapsdir = $(datadir)/games/xboard/pixmaps/textures
 dist_pixmaps_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm pixmaps/cross32.xpm pixmaps/cross48.xpm pixmaps/board32.xpm pixmaps/board48.xpm
 
+### directory and files for pngs
+
+pngdir = $(datadir)/games/xboard/themes/textures
+dist_png_DATA = png/hatch.png
+
 ### directory and files for sound files
 
 soundsdir = $(datadir)/games/xboard/sounds
diff --git a/png/hatch.png b/png/hatch.png
new file mode 100644 (file)
index 0000000..aef36ed
Binary files /dev/null and b/png/hatch.png differ