focus new windows even in mouse focus mode, #89981, patch from
2003-01-05 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_show): focus new windows even in mouse focus mode, #89981, patch from readams@hmc.edu
This commit is contained in:
parent
90748385c2
commit
b799630ba5
@ -1,3 +1,8 @@
|
|||||||
|
2003-01-05 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/window.c (meta_window_show): focus new windows even in
|
||||||
|
mouse focus mode, #89981, patch from readams@hmc.edu
|
||||||
|
|
||||||
2003-01-05 Havoc Pennington <hp@pobox.com>
|
2003-01-05 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/workspace.c (meta_workspace_get_neighbor): redo using new
|
* src/workspace.c (meta_workspace_get_neighbor): redo using new
|
||||||
|
@ -1638,11 +1638,7 @@ meta_window_show (MetaWindow *window)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* In sloppy focus, new windows aren't focused unless
|
if (window_takes_focus_on_map (window))
|
||||||
* they are under the pointer.
|
|
||||||
*/
|
|
||||||
if (meta_prefs_get_focus_mode () == META_FOCUS_MODE_CLICK &&
|
|
||||||
window_takes_focus_on_map (window))
|
|
||||||
{
|
{
|
||||||
meta_window_focus (window,
|
meta_window_focus (window,
|
||||||
meta_display_get_current_time (window->display));
|
meta_display_get_current_time (window->display));
|
||||||
|
Loading…
Reference in New Issue
Block a user