From 90e654131da98a4a2aaddc2bf281ab95d876b4e2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 17:24:47 +0000 Subject: [PATCH] break, dont return --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2