fixing confreq issue (maybe this fixes other issues as well)

This commit is contained in:
Anselm R. Garbe 2006-03-26 16:47:06 +02:00
parent a17657c62a
commit 2376e1c829

View File

@ -121,7 +121,7 @@ handle_configurerequest(XEvent *e)
gravitate(c, False);
if(c->nframe && c->sel) {
if(c->nframe) {
Frame *f = c->frame[c->sel];
f->rect.x = wc.x = c->rect.x - def.border;
f->rect.y = wc.y = c->rect.y - bar_height();