do* has no Arg arument anymore (never called directly)

This commit is contained in:
Anselm R. Garbe
2006-10-06 13:06:37 +02:00
parent 6651dd7fd9
commit 5983c00b95
5 changed files with 18 additions and 18 deletions

@ -179,7 +179,7 @@ configurerequest(XEvent *e) {
ban(c);
}
else
arrange(NULL);
arrange();
}
else {
wc.x = ev->x;
@ -304,7 +304,7 @@ propertynotify(XEvent *e) {
case XA_WM_TRANSIENT_FOR:
XGetTransientForHint(dpy, c->win, &trans);
if(!c->isfloat && (c->isfloat = (trans != 0)))
arrange(NULL);
arrange();
break;
case XA_WM_NORMAL_HINTS:
updatesize(c);