From: Dana Jansens Date: Sat, 19 May 2007 13:45:16 +0000 (+0000) Subject: 80 cols X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=3d7c2f45ec846a487aa5c717de501b11ea9071b2;p=chaz%2Fopenbox 80 cols --- 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) {