indenting
This commit is contained in:
parent
e2f3c00224
commit
242dc35a36
1 changed files with 2 additions and 5 deletions
|
@ -2552,10 +2552,7 @@ gboolean client_can_focus(ObClient *self)
|
|||
if (!self->frame->visible)
|
||||
return FALSE;
|
||||
|
||||
if (!((self->can_focus || self->focus_notify) &&
|
||||
(self->desktop == screen_desktop ||
|
||||
self->desktop == DESKTOP_ALL) &&
|
||||
!self->iconic))
|
||||
if (!(self->can_focus || self->focus_notify))
|
||||
return FALSE;
|
||||
|
||||
/* do a check to see if the window has already been unmapped or destroyed
|
||||
|
|
Loading…
Reference in a new issue