From af6a4bfefdaad7a4c5d3e9eff02bd423170b2954 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 12 Oct 2012 09:50:31 +0200 Subject: [PATCH] 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. --- Makefile.am | 5 +++++ png/hatch.png | Bin 0 -> 397 bytes 2 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 png/hatch.png 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 0000000000000000000000000000000000000000..aef36edc3524759c11e0c1a13fa7264a040cdb2c GIT binary patch literal 397 zcmeAS@N?(olHy`uVBq!ia0vp^jUdbcBp42zZtDS3oCO|{#X#BvjNMLV+kphj3LMjc zG*~smqh*)tfSePaE{-7;x87b_$je|LaQMLe`j;Xl9MTdk^F{7&b1pY|Abo>%1@lo} ziv@fl<_{XI0`4?0zj7#K<{Mms-x#viPZp?a{p$ntlWK`;L`h0wNvc(HQ7VvPFfuSS z(ls>DH8ct_u(UF=ure{$HZZa>FnDw}M*>AdZhlH;S|z#$b1PFzhz2gl3qOGx7(8A5 KT-G@yGywoq7=4!j literal 0 HcmV?d00001 -- 1.7.0.4