From: H.G. Muller Date: Thu, 2 Dec 2010 13:21:24 +0000 (+0100) Subject: Let user decide if he wants highlights in blindfold mode X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=1e263aebf022beebef702f40ec72995d4b750f01;p=xboard.git Let user decide if he wants highlights in blindfold mode Remove the automaticsuppression ofhighlighting. --- diff --git a/xboard.c b/xboard.c index 7152351..94133b9 100644 --- a/xboard.c +++ b/xboard.c @@ -3998,7 +3998,7 @@ static void drawHighlight(file, rank, gc) { int x, y; - if (lineGap == 0 || appData.blindfold) return; + if (lineGap == 0) return; if (flipView) { x = lineGap/2 + ((BOARD_WIDTH-1)-file) *