summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index deb3bb47..784ba946 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -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);