Jonas Koelker reports that using the version of GTK currently in
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 14 Sep 2010 10:55:06 +0000 (10:55 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 14 Sep 2010 10:55:06 +0000 (10:55 +0000)
commit34b1f700231ad00e8dc1243703a92a5717d140d1
tree94431bb7cb1a23619f54b37ac17da9862e210d96
parente7414d31ae04ed38c1e3c6dd820c932b825af416
Jonas Koelker reports that using the version of GTK currently in
Debian sid (2.20.1), there's a redraw problem when the window has a
different aspect ratio from the puzzle (due to resizing or
maximising): pieces of the window outside the real puzzle rectangle
don't get redrawn when exposed (e.g. by the drop-down menus).

Introduced code to explicitly redraw the whole exposed area,
including the parts that fall outside the pixmap. This makes the
problem go away in my hasty test install of sid, and doesn't seem to
affect the build on lenny.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8997 cda61777-01e9-0310-a592-d414129be87e
gtk.c