X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.c;h=9782495fb9ffe9da206fc1a0008b4befa76b1d4c;hb=845265f0dd9b60782b50d05779d69dbef6dcc294;hp=24fd967df54780be9da6bdc0cd0dd3106e5ebf7a;hpb=19c346df37adc6e9ac46315de74f1d6bb33fdc07;p=xboard.git diff --git a/winboard/winboard.c b/winboard/winboard.c index 24fd967..9782495 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -4214,7 +4214,7 @@ BOOL DrawPositionNeedsFullRepaint() but animation is fast enough that it's difficult to notice. */ if( animInfo.piece == EmptySquare ) { - if( (appData.highlightLastMove || appData.highlightDragging) && IsDrawArrowEnabled() && HasHighlightInfo() ) { + if( (appData.highlightLastMove || appData.highlightDragging) && IsDrawArrowEnabled() /*&& HasHighlightInfo()*/ ) { result = TRUE; } } @@ -4847,7 +4847,7 @@ PaintProc(HWND hwnd) * subtracted from x. */ int EventToSquare(x, limit) - int x; + int x, limit; { if (x <= 0) return -2;