gtk+ r19486 - branches/gtk-2-12/gdk/win32
- From: bratsche svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19486 - branches/gtk-2-12/gdk/win32
- Date: Wed, 6 Feb 2008 17:03:07 +0000 (GMT)
Author: bratsche
Date: Wed Feb 6 17:03:06 2008
New Revision: 19486
URL: http://svn.gnome.org/viewvc/gtk+?rev=19486&view=rev
Log:
Also check that the window is not mapped.
Modified:
branches/gtk-2-12/gdk/win32/gdkevents-win32.c
Modified: branches/gtk-2-12/gdk/win32/gdkevents-win32.c
==============================================================================
--- branches/gtk-2-12/gdk/win32/gdkevents-win32.c (original)
+++ branches/gtk-2-12/gdk/win32/gdkevents-win32.c Wed Feb 6 17:03:06 2008
@@ -2965,7 +2965,7 @@
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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]