diff options
author | Havoc Pennington <hp@pobox.com> | 2002-01-11 03:31:14 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-01-11 03:31:14 +0000 |
commit | 229589616fd735e1d28645619190b2fe103e41ba (patch) | |
tree | cb27afc7871a529c2f44f97f4b1d2d88545beb42 /ChangeLog | |
parent | b2bbb306f4cb142d3f649773312f78aac0dc93dc (diff) | |
download | metacity-229589616fd735e1d28645619190b2fe103e41ba.tar.gz metacity-229589616fd735e1d28645619190b2fe103e41ba.tar.bz2 |
only bump unmaps_pending if the window was mapped
2002-01-10 Havoc Pennington <hp@pobox.com>
* src/frame.c (meta_window_destroy_frame): only bump
unmaps_pending if the window was mapped
(meta_window_ensure_frame): ditto
* src/keybindings.c: change arrow key bindings to use Ctrl+Alt not
just Alt, and add debug mode key bindings
* src/stack.c (meta_stack_get_default_focus_window): don't choose
a default focus window with unmaps pending, since we probably just
unmapped it.
* src/display.c (event_callback): move notify_focus on UnmapNotify
after the window_free check, so we can move focus to another
window when we unmanage
* src/window.c (meta_window_hide): invalidate work areas when
hiding a window with struts
(meta_window_free): invalidate work areas when unmanaging a window
with struts
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2002-01-10 Havoc Pennington <hp@pobox.com> + + * src/frame.c (meta_window_destroy_frame): only bump + unmaps_pending if the window was mapped + (meta_window_ensure_frame): ditto + + * src/keybindings.c: change arrow key bindings to use Ctrl+Alt not + just Alt, and add debug mode key bindings + + * src/stack.c (meta_stack_get_default_focus_window): don't choose + a default focus window with unmaps pending, since we probably just + unmapped it. + + * src/display.c (event_callback): move notify_focus on UnmapNotify + after the window_free check, so we can move focus to another + window when we unmanage + + * src/window.c (meta_window_hide): invalidate work areas when + hiding a window with struts + (meta_window_free): invalidate work areas when unmanaging a window + with struts + 2002-01-09 Havoc Pennington <hp@pobox.com> * src/window.c, src/window.h: store strut information, |