removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details

This commit is contained in:
Anselm R. Garbe
2007-08-10 18:16:05 +02:00
parent 4216bf801f
commit aa53e39ec0
8 changed files with 90 additions and 197 deletions

View File

@ -216,7 +216,7 @@ configurenotify(XEvent *e) {
dc.drawable = XCreatePixmap(dpy, root, sw, bh, DefaultDepth(dpy, screen));
XResizeWindow(dpy, barwin, sw, bh);
updatebarpos();
lt->arrange();
lt->arrange(NULL);
}
}
@ -317,7 +317,7 @@ propertynotify(XEvent *e) {
case XA_WM_TRANSIENT_FOR:
XGetTransientForHint(dpy, c->win, &trans);
if(!c->isfloating && (c->isfloating = (getclient(trans) != NULL)))
lt->arrange();
lt->arrange(NULL);
break;
case XA_WM_NORMAL_HINTS:
updatesizehints(c);