wmii

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

commit d0e6fb2c2e47868ff144ab4acc1baded500e8000
parent deca2c7f5ede788fde76c934d65c7877e7741791
Author: sqweek <sqweek@gmail.com>
Date:   Sat, 29 Sep 2007 04:04:28 +0800

Don't move/resize the frame on the current tag when tagging a client with multiple tags.

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

diff --git a/cmd/wmii/area.c b/cmd/wmii/area.c @@ -200,7 +200,7 @@ attach_to_area(Area *a, Frame *f) { if(a->floating) { place_frame(f); - resize_client(f->client, &f->r); + resize_frame(f, f->r); } focus_frame(f, False);