X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=3730e070ba0fe26a2187c9f7052c2d5d1c777f57;hb=1f0538d4e71f928ed4163cd5d39cba2d305cf685;hp=ad78134f59cdde954a0369d1ae8830f71e74ba9d;hpb=c0b6d3079c133f9e21766f500feed1c81bf3cafb;p=xboard.git diff --git a/backend.c b/backend.c index ad78134..3730e07 100644 --- a/backend.c +++ b/backend.c @@ -7556,7 +7556,7 @@ printf("to click %d,%d\n",x,y); else gatingPiece = doubleClick ? fromP : EmptySquare; fromX = x; fromY = y; dragging = 1; - ReportClick("lift", x, y); + if(!second) ReportClick("lift", x, y); MarkTargetSquares(0); DragPieceBegin(xPix, yPix, FALSE); if(appData.sweepSelect && CanPromote(piece = boards[currentMove][y][x], y)) {