changeset: 2210:a2561a21b185
tag: tip
user: sqweek <sqweek_AT_gmail.com>
date: Sat Sep 29 04:04:28 2007 +0800
summary: Don't move/resize the frame on the current tag when tagging a client with multiple tags.
diff -r b28f243b2d7e -r a2561a21b185 cmd/wmii/area.c
--- a/cmd/wmii/area.c Sat Sep 29 02:45:11 2007 +0800
+++ b/cmd/wmii/area.c Sat Sep 29 04:04:28 2007 +0800
@@ -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);
Received on Sat Sep 29 2007 - 10:53:19 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:21 UTC