remove debug print
This commit is contained in:
parent
716477fc40
commit
7e83fa0866
1 changed files with 0 additions and 1 deletions
|
@ -1797,7 +1797,6 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h,
|
||||||
event.xconfigure.override_redirect = FALSE;
|
event.xconfigure.override_redirect = FALSE;
|
||||||
XSendEvent(event.xconfigure.display, event.xconfigure.window,
|
XSendEvent(event.xconfigure.display, event.xconfigure.window,
|
||||||
FALSE, StructureNotifyMask, &event);
|
FALSE, StructureNotifyMask, &event);
|
||||||
g_message ("SENT CONFIG");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue