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:49:09 +0000 (12:49 +0100)
commite5b66e5d3691c26f964cc9ace83baecb4c5e87ec
treea3fe84e7521b6e1d000f144356d7b802ccadc156
parent165dd54f68ac49be0b50c3d2e1c5c054decdc5ac
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