indenting

This commit is contained in:
Dana Jansens 2003-10-03 04:27:44 +00:00
parent e2f3c00224
commit 242dc35a36

View file

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