summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-10-05 00:10:58 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-10-05 00:10:58 +0000
commit43df0edf6fc2f7074f33a4b7626163513323c169 (patch)
treed82e49f24d4c2928a85b81e218c0446e4791fc3e
parent67ff5f6ec317ba487fb51a63d318f301a8c40283 (diff)
downloadgdk-pixbuf-43df0edf6fc2f7074f33a4b7626163513323c169.tar.gz
Slight editing of last entry.
svn path=/branches/gtk-2-14/; revision=21588
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 288fbfa22..a52ef47e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,7 +18,8 @@
desired stacking order. Make sure that a window that is not
transient-type stays below any transient-type windows of the
application. When activating a non-transient-type window make sure
- it rises as high as possible.
+ it rises as high as possible while still staying below the lowest
+ transient-type window.
(gdk_event_translate): Call above functions on
WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
@@ -34,8 +35,9 @@
handle of top-level windows show up in their title bars. Very
useful when looking at debugging output.
- (gdk_window_set_keep_above) (gdk_window_set_keep_below)
- (gdk_window_set_modal_hint) (gdk_window_set_skip_taskbar_hint)
+ (gdk_window_set_transient_for) (gdk_window_set_keep_above)
+ (gdk_window_set_keep_below) (gdk_window_set_modal_hint)
+ (gdk_window_set_skip_taskbar_hint)
(gdk_window_set_skip_pager_hint): Add and improve debugging
printout.