Also check that the window is not mapped.

svn path=/trunk/; revision=19485
This commit is contained in:
Cody Russell 2008-02-06 17:01:47 +00:00
parent 84dd6a99b8
commit 6e03989a4c

View File

@ -2989,7 +2989,7 @@ gdk_event_translate (MSG *msg,
withdrawn_bit,
0);
if (GDK_WINDOW_TYPE (window) != GDK_WINDOW_TEMP)
if (GDK_WINDOW_TYPE (window) != GDK_WINDOW_TEMP && !GDK_WINDOW_IS_MAPPED (window))
{
show_window_internal (window, FALSE);
}