wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 2376e1c829d537aff88521c076e6bd40c7d8981f
parent a17657c62a34ffee0648250655e24cd6b7d6463d
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Sun, 26 Mar 2006 16:47:06 +0200

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


Diffstat:
cmd/wm/event.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/wm/event.c b/cmd/wm/event.c @@ -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();