mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Patch from Ross Cohen to make alt-esc consistent with alt-tab by leaving
2005-10-03 Elijah Newren <newren@gmail.com> Patch from Ross Cohen to make alt-esc consistent with alt-tab by leaving stacking of unselected windows unchanged. Fixes #314285. * src/keybindings.c (process_tab_grab): before raising and showing the next candidate, reset the stack positions to what they were at the beginning of the grab
This commit is contained in:
parent
12daca5cb1
commit
4aaf6e3eb4
@ -1,3 +1,12 @@
|
||||
2005-10-03 Elijah Newren <newren@gmail.com>
|
||||
|
||||
Patch from Ross Cohen to make alt-esc consistent with alt-tab by
|
||||
leaving stacking of unselected windows unchanged. Fixes #314285.
|
||||
|
||||
* src/keybindings.c (process_tab_grab): before raising and showing
|
||||
the next candidate, reset the stack positions to what they were
|
||||
at the beginning of the grab
|
||||
|
||||
2005-10-03 Elijah Newren <newren@gmail.com>
|
||||
|
||||
Patch from Ross Cohen to make alt-esc (show windows instantly)
|
||||
|
@ -2528,7 +2528,10 @@ process_tab_grab (MetaDisplay *display,
|
||||
*/
|
||||
Window target_xwindow;
|
||||
MetaWindow *target_window;
|
||||
|
||||
|
||||
meta_stack_set_positions (screen->stack,
|
||||
display->grab_old_window_stacking);
|
||||
|
||||
target_xwindow =
|
||||
(Window) meta_ui_tab_popup_get_selected (screen->tab_popup);
|
||||
target_window =
|
||||
|
Loading…
Reference in New Issue
Block a user