diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-19 13:45:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-19 13:45:16 +0000 |
| commit | 3d7c2f45ec846a487aa5c717de501b11ea9071b2 (patch) | |
| tree | b4ad1cddf1e79f683608168059492753e4eb4e10 /openbox/event.c | |
| parent | df948db3be58a544fc54fc634686c0ec80ed51c0 (diff) | |
80 cols
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c index 5175cbfb..0719ad54 100644 --- 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) { |
