break, dont return
This commit is contained in:
parent
0c16988daa
commit
90e654131d
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ static void event_handle_client(Client *client, XEvent *e)
|
|||
else if (!client->frame->visible)
|
||||
/* if its not visible for other reasons, then don't mess
|
||||
with it */
|
||||
return;
|
||||
break;
|
||||
if (client->shaded)
|
||||
client_shade(client, FALSE);
|
||||
client_focus(client);
|
||||
|
|
Loading…
Reference in a new issue