]> Pileus Git - ~andy/gtk/commit
Call backend show() in gdk_window_show even if window is mapped
authorAlexander Larsson <alexl@redhat.com>
Thu, 5 Feb 2009 13:53:59 +0000 (14:53 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:16:27 +0000 (10:16 +0200)
commit16b4c3ade83deed83f7ff513ae088b705aedd1bb
tree9f52080e91e2ff71b682d21d3c5ac1a41c14dea1
parentaa20a6b0b50938d4ddab6a1f5acb8d304e800bfc
Call backend show() in gdk_window_show even if window is mapped

This is required for the GtkSocket code, as it shows the plug child
even though the current cached state is (wrongly) that its already
mapped.

This makes blink work for non-local case in testsocket.
gdk/gdkwindow.c