projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
069e7a6
)
disabling configure() during resize
author
arg@mig29
<unknown>
Mon, 11 Dec 2006 08:42:16 +0000
(09:42 +0100)
committer
arg@mig29
<unknown>
Mon, 11 Dec 2006 08:42:16 +0000
(09:42 +0100)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 5926bb387f6f5aa39434eff34512a95ad14ed7b9..d69134017a829a35156bec99bf46dd9bd26a6fa1 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);
}