removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
This commit is contained in:
parent
4216bf801f
commit
aa53e39ec0
8 changed files with 90 additions and 197 deletions
4
event.c
4
event.c
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue