gtk+ r19487 - branches/gtk-2-10/gdk/win32
- From: bratsche svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19487 - branches/gtk-2-10/gdk/win32
- Date: Wed, 6 Feb 2008 17:04:26 +0000 (GMT)
Author: bratsche
Date: Wed Feb 6 17:04:26 2008
New Revision: 19487
URL: http://svn.gnome.org/viewvc/gtk+?rev=19487&view=rev
Log:
Also check that the window is not mapped.
Modified:
branches/gtk-2-10/gdk/win32/gdkevents-win32.c
Modified: branches/gtk-2-10/gdk/win32/gdkevents-win32.c
==============================================================================
--- branches/gtk-2-10/gdk/win32/gdkevents-win32.c (original)
+++ branches/gtk-2-10/gdk/win32/gdkevents-win32.c Wed Feb 6 17:04:26 2008
@@ -3046,7 +3046,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]