rm debug print
This commit is contained in:
parent
3d1c63bc4c
commit
9bae1e3128
1 changed files with 0 additions and 1 deletions
|
@ -421,7 +421,6 @@ static void event_handle_client(Client *client, XEvent *e)
|
|||
if (ce.xconfigurerequest.value_mask & CWStackMode)
|
||||
e->xconfigurerequest.detail = ce.xconfigurerequest.detail;
|
||||
}
|
||||
if (i) g_message("Compressed %d Configures", i);
|
||||
|
||||
/* if we are iconic (or shaded (fvwm does this)) ignore the event */
|
||||
if (client->iconic || client->shaded) return;
|
||||
|
|
Loading…
Reference in a new issue