changed border handling

This commit is contained in:
Anselm R. Garbe
2007-04-17 14:56:46 +02:00
parent be8d6d40f6
commit 464fc2cd18
3 changed files with 11 additions and 18 deletions

View File

@ -191,10 +191,8 @@ configurerequest(XEvent *e) {
if(isvisible(c))
XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h);
}
else {
else
configure(c);
}
c->border = BORDERPX;
}
else {
wc.x = ev->x;