]> Pileus Git - ~andy/gtk/commit
On WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
authorTor Lillqvist <tml@novell.com>
Fri, 17 Oct 2008 22:56:33 +0000 (22:56 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 17 Oct 2008 22:56:33 +0000 (22:56 +0000)
commita7dd74740a3215244e6f5e8a3ee35739918a03d1
tree8ce5e2c410f485cd9d11c40209512dfc45fb18de
parentd62506635d5e3e907c7ead335652eac1006e1556
On WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging

2008-10-18  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkevents-win32.c (gdk_event_translate): On
WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
output without setting it first.

2008-10-18  Tor Lillqvist  <tml@novell.com>

Bug 556578 - GIMP windows stay on top of other windows

* gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): Ignore unmapped windows in the
loops where we look for the lowest "transient-type" window.

(gdk_event_translate): Don't call
ensure_stacking_on_window_pos_changing() or
ensure_stacking_on_activate_app() for unmapped windows.

svn path=/trunk/; revision=21676
ChangeLog
gdk/win32/gdkevents-win32.c