mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
remove commented out Xlib code
This commit is contained in:
parent
4c05d42a78
commit
f9b30c3e1d
1 changed files with 0 additions and 4 deletions
|
@ -4312,10 +4312,6 @@ resize(struct ws_win *win, union arg *args)
|
|||
xcb_flush(conn);
|
||||
resizing = 1;
|
||||
while ((evt = xcb_wait_for_event(conn)) && resizing) {
|
||||
/*
|
||||
XMaskEvent(display, MOUSEMASK | ExposureMask |
|
||||
SubstructureRedirectMask, &ev);
|
||||
*/
|
||||
switch (XCB_EVENT_RESPONSE_TYPE(evt)) {
|
||||
case XCB_BUTTON_RELEASE:
|
||||
DNPRINTF(SWM_D_EVENT, "resize: BUTTON_RELEASE\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue