Browse Source

disabling configure() during resize

master
arg@mig29 18 years ago
parent
commit
4ca3d861f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client.c

+ 1
- 1
client.c View File

@ -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);
}


Loading…
Cancel
Save