Increase drag delay too 200 msec
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 13 Oct 2012 05:18:23 +0000 (07:18 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 09:28:24 +0000 (11:28 +0200)
commitee187f36388670ebf4e2666c8118d7344d670ed9
treede7f8fa296a386d1731e57fe5c4d77e8c65276de
parent89765faf3da5d11d2113bdf25ef13f936d118589
Increase drag delay too 200 msec

On my slow laptop it can take more than 100 msec to reallocate bitmaps
in the generic expose, with as a consequence that the DelayedDrag event
is not processed before the timeout expires. The timeout event then triggers
a redraw, which again takes so long that the timeout expires before the
event to reset the timer could be processed, and this just perpetuates
itself, leading to a large series of queued redraws, and a long waiting time
for an image to appear after the sizing stops.
xboard.c