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:
df948db
)
80 cols
author
Dana Jansens
<danakj@orodu.net>
Sat, 19 May 2007 13:45:16 +0000
(13:45 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 19 May 2007 13:45:16 +0000
(13:45 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 5175cbfb70479ce899d511a1b2d9d0579afa95bc..0719ad545ca8adcb482ace07ac76e35b0ebe0c50 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-1273,8
+1273,8
@@
static void event_handle_client(ObClient *client, XEvent *e)
} else {
ObClient *sibling = NULL;
if (e->xclient.data.l[1]) {
- ObWindow *win = g_hash_table_lookup
(window_map,
-
&e->xclient.data.l[1]);
+ ObWindow *win = g_hash_table_lookup
+
(window_map,
&e->xclient.data.l[1]);
if (WINDOW_IS_CLIENT(win) &&
WINDOW_AS_CLIENT(win) != client)
{