From: H.G. Muller Date: Fri, 12 Oct 2012 07:50:31 +0000 (+0200) Subject: Add hatched board texture X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=af6a4bfefdaad7a4c5d3e9eff02bd423170b2954;hp=c5be35c56b300d345e80f24a998b225666cca4f5;p=xboard.git Add hatched board texture 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. --- diff --git a/Makefile.am b/Makefile.am index 8dba524..3d1865d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 0000000..aef36ed Binary files /dev/null and b/png/hatch.png differ