projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3191ebf
)
Let user decide if he wants highlights in blindfold mode
author
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 2 Dec 2010 13:21:24 +0000 (14:21 +0100)
committer
Arun Persaud
<arun@nubati.net>
Fri, 3 Dec 2010 07:14:25 +0000 (23:14 -0800)
Remove the automaticsuppression ofhighlighting.
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
7152351
..
94133b9
100644
(file)
--- 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) *