Cure weirdness when dragging outside of board
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 27 Dec 2013 20:47:55 +0000 (21:47 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 4 Jan 2014 11:41:40 +0000 (12:41 +0100)
commitf68a94285500e535203965e56772b220ccf07c15
treee1157b4229c5a0d88722c6d7cb2cc08d3d4b2682
parent0e350c1de145793080e5e3e767cb8a6a3f4330ad
Cure weirdness when dragging outside of board

Dragging outside the board (when people maximized the window) did not
properly restore background, (leaving a trail of dragged piece). Filling
the canvas with white when it is creatd cured this. The problem most likely
was that unitialized cairo surfaces had transparancy, and writing back
transparancy doesn't helpmuch to erase things.
gtk/xoptions.c
xaw/xoptions.c