kill debug prints
This commit is contained in:
parent
6d0b401201
commit
a1e450ee69
1 changed files with 0 additions and 2 deletions
|
@ -412,11 +412,9 @@ static void event_handle_client(Client *client, XEvent *e)
|
||||||
client->ignore_unmaps--;
|
client->ignore_unmaps--;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
g_message("UnmapNotify for %lx", client->window);
|
|
||||||
client_unmanage(client);
|
client_unmanage(client);
|
||||||
break;
|
break;
|
||||||
case DestroyNotify:
|
case DestroyNotify:
|
||||||
g_message("DestroyNotify for %lx", client->window);
|
|
||||||
client_unmanage(client);
|
client_unmanage(client);
|
||||||
break;
|
break;
|
||||||
case ReparentNotify:
|
case ReparentNotify:
|
||||||
|
|
Loading…
Reference in a new issue