]> Pileus Git - ~andy/gtk/commit
gdk: No need to clear offscreen window when showing
authorBenjamin Otte <otte@redhat.com>
Mon, 20 Sep 2010 10:11:24 +0000 (12:11 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:11:43 +0000 (15:11 +0200)
commitfd200f07f5ed87d2ecbd815a86f4dcdc1e17f23b
treec9c79edabfb7a336d2f7e81407165ca757e64ac3
parentaf32c9c9beec6dd004326b3d064befae66b27d44
gdk: No need to clear offscreen window when showing

I don't think it's necessary to clear the backing surface when showing
the window, as we're going to repaint it anyway. If it's needed, we can
implement it again using internal APIs, as the public window_clear()
APIs are going away.
gdk/gdkoffscreenwindow.c