window: Reword a condition to make it easier to understand

https://bugzilla.gnome.org/show_bug.cgi?id=715030
This commit is contained in:
Jasper St. Pierre 2013-11-22 12:13:32 -05:00
parent 2aa24f2da8
commit 91c2225ecd

View File

@ -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)
{