From 5fa05d371b9a6dad9ca959a89db02c4cbc09d92c Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 13 Apr 2012 14:57:15 +0200 Subject: [PATCH 1/1] Also do selective redraw with showTargetSquares on The XBoard DrawPosition now also keeps track of the previous marker state, and redraws squares for which thi shas changed. As a result, the routine MarkTargetSquares does no longer have to force to complete redraw. (Breaks WinBoard?) --- backend.c | 2 +- board.c | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/backend.c b/backend.c index a2ff648..2bde9f6 100644 --- a/backend.c +++ b/backend.c @@ -6932,7 +6932,7 @@ MarkTargetSquares (int clear) for(x=0; x= 0 && pm1Y >= 0) { -- 1.7.0.4