diff options
author | Elijah Newren <newren@math.utah.edu> | 2004-08-27 17:22:54 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2004-08-27 17:22:54 +0000 |
commit | 522e9916b6a43d68bfae4ab7b2ebf7ed56f5d644 (patch) | |
tree | cf887bf274201181c767b55f662efb02a1c495b9 /ChangeLog | |
parent | b682a9f94558d17deca4ce9cac102fdeb77620ca (diff) | |
download | metacity-522e9916b6a43d68bfae4ab7b2ebf7ed56f5d644.tar.gz |
Prevent an assertion failure that can occur after increasing the number of
2004-08-27 Elijah Newren <newren@math.utah.edu>
Prevent an assertion failure that can occur after increasing the
number of workspaces; also fix a warning and stacking order when a
window is denied focus (fixes #150615)
* src/window.c (meta_window_stack_just_below): the position of the
window should be set equal to that of the one we want to be below,
not 1 lower than that number
* src/workspace.c (maybe_add_to_list): new function to add
on_all_workspace windows to an mru_list, (meta_workspace_new):
call maybe_add_to_list for all windows on the screen in order to
initialize the mru_list
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-08-27 Elijah Newren <newren@math.utah.edu> + + Prevent an assertion failure that can occur after increasing the + number of workspaces; also fix a warning and stacking order when a + window is denied focus (fixes #150615) + + * src/window.c (meta_window_stack_just_below): the position of the + window should be set equal to that of the one we want to be below, + not 1 lower than that number + + * src/workspace.c (maybe_add_to_list): new function to add + on_all_workspace windows to an mru_list, (meta_workspace_new): + call maybe_add_to_list for all windows on the screen in order to + initialize the mru_list + 2004-08-26 Havoc Pennington <hp@redhat.com> * src/frame.c: delete extra copy of find_argb_visual so things |