Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
disabling configure() during resize
[dwm.git]
/
client.c
diff --git
a/client.c
b/client.c
index
5926bb3
..
d691340
100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-291,7
+291,7
@@
resize(Client *c, Bool sizehints, Corner sticky) {
else
wc.border_width = BORDERPX;
XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc);
- configure(c);
+ /*configure(c);*/
XSync(dpy, False);
}