mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
Use MRU list to find focusing window after a window is deleted instead of
2003-08-17 Ray Strode <halfline@hawaii.rr.com> * src/delete.c (meta_window_delete): Use MRU list to find focusing window after a window is deleted instead of using top window. Fix for #108643.
This commit is contained in:
parent
22eab481b1
commit
81da59a8a4
@ -1,3 +1,9 @@
|
|||||||
|
2003-08-17 Ray Strode <halfline@hawaii.rr.com>
|
||||||
|
|
||||||
|
* src/delete.c (meta_window_delete): Use MRU list to find focusing
|
||||||
|
window after a window is deleted instead of using top window. Fix
|
||||||
|
for #108643.
|
||||||
|
|
||||||
2003-08-16 Havoc Pennington <hp@pobox.com>
|
2003-08-16 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
Patch from Soeren Sandmann #108926 to improve opaque resize
|
Patch from Soeren Sandmann #108926 to improve opaque resize
|
||||||
|
@ -386,9 +386,9 @@ meta_window_delete (MetaWindow *window,
|
|||||||
* I don't know how to avoid that though.
|
* I don't know how to avoid that though.
|
||||||
*/
|
*/
|
||||||
meta_topic (META_DEBUG_FOCUS,
|
meta_topic (META_DEBUG_FOCUS,
|
||||||
"Focusing top window because focus window %s was deleted/killed\n",
|
"Focusing MRU window because focus window %s was deleted/killed\n",
|
||||||
window->desc);
|
window->desc);
|
||||||
meta_workspace_focus_top_window (window->screen->active_workspace,
|
meta_workspace_focus_mru_window (window->screen->active_workspace,
|
||||||
window);
|
window);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user