This commit is contained in:
Dana Jansens 2007-05-19 13:45:16 +00:00
parent df948db3be
commit 3d7c2f45ec

View file

@ -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)
{