]> Pileus Git - ~andy/gtk/commit
Fix up rendering of non-double-buffered overlays
authorAlexander Larsson <alexl@redhat.com>
Thu, 1 Mar 2012 13:14:33 +0000 (14:14 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 1 Mar 2012 13:14:33 +0000 (14:14 +0100)
commitfd0450b4e7415eb548538773b3ba93595b2dba26
tree2a6192943518c28187126d68a60abe6c0a9b9ad9
parent49571ccc302394f95fa11c23e627014574cac3e2
Fix up rendering of non-double-buffered overlays

My previous fix for this broke the progress bar in epiphany. This fix
makes it work again, and keeps the gimp bug fixed.

Basically, whenever we do a non-double-buffered rendering we have to
flush the entire window as it might be drawn outside the double
buffering machinery.
gdk/gdkwindow.c