]> Dogcows Code - chaz/openbox/commitdiff
break, dont return
authorDana Jansens <danakj@orodu.net>
Wed, 19 Mar 2003 17:24:47 +0000 (17:24 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 19 Mar 2003 17:24:47 +0000 (17:24 +0000)
openbox/event.c

index deb3bb47929a8403926f564547e67941da9bc644..784ba9463e398c87807784eee4236641d0974bd1 100644 (file)
@@ -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);
This page took 0.026684 seconds and 4 git commands to generate.