mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
window: Reword a condition to make it easier to understand
https://bugzilla.gnome.org/show_bug.cgi?id=715030
This commit is contained in:
parent
2aa24f2da8
commit
91c2225ecd
@ -6025,7 +6025,7 @@ meta_window_focus (MetaWindow *window,
|
||||
*/
|
||||
if (window->frame &&
|
||||
(window->shaded ||
|
||||
!(window->input || window->take_focus)))
|
||||
(!window->input && !window->take_focus)))
|
||||
{
|
||||
if (window->frame)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user