mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
never use a window with input = FALSE take_focus = FALSE as the default
2002-11-12 Havoc Pennington <hp@redhat.com> * src/stack.c (meta_stack_get_default_focus_window): never use a window with input = FALSE take_focus = FALSE as the default focus window #95454 fix from Hidetoshi Tajima
This commit is contained in:
parent
de703edfd7
commit
5590e8878b
@ -1,3 +1,9 @@
|
||||
2002-11-12 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* src/stack.c (meta_stack_get_default_focus_window): never use a
|
||||
window with input = FALSE take_focus = FALSE as the default focus
|
||||
window #95454 fix from Hidetoshi Tajima
|
||||
|
||||
2002-11-10 James M. Cape <jcape@ignore-your.tv>
|
||||
|
||||
* src/themes/Esco/metacity-theme-1.xml: Major changes
|
||||
|
@ -1339,6 +1339,7 @@ meta_stack_get_default_focus_window (MetaStack *stack,
|
||||
window != not_this_one &&
|
||||
(window->unmaps_pending == 0) &&
|
||||
!window->minimized &&
|
||||
(window->input || window->take_focus) &&
|
||||
(workspace == NULL ||
|
||||
meta_window_visible_on_workspace (window, workspace)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user