80 cols
This commit is contained in:
parent
df948db3be
commit
3d7c2f45ec
1 changed files with 2 additions and 2 deletions
|
@ -1273,8 +1273,8 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
||||||
} else {
|
} else {
|
||||||
ObClient *sibling = NULL;
|
ObClient *sibling = NULL;
|
||||||
if (e->xclient.data.l[1]) {
|
if (e->xclient.data.l[1]) {
|
||||||
ObWindow *win = g_hash_table_lookup(window_map,
|
ObWindow *win = g_hash_table_lookup
|
||||||
&e->xclient.data.l[1]);
|
(window_map, &e->xclient.data.l[1]);
|
||||||
if (WINDOW_IS_CLIENT(win) &&
|
if (WINDOW_IS_CLIENT(win) &&
|
||||||
WINDOW_AS_CLIENT(win) != client)
|
WINDOW_AS_CLIENT(win) != client)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue