projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c16988
)
break, dont return
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 17:24:47 +0000
(17:24 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 17:24:47 +0000
(17:24 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index deb3bb47929a8403926f564547e67941da9bc644..784ba9463e398c87807784eee4236641d0974bd1 100644
(file)
--- 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);