JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed configurerequest according to the problem Jukka reported
[dwm.git] / view.c
diff --git a/view.c b/view.c
index 1d483c4..66f550c 100644 (file)
--- a/view.c
+++ b/view.c
@@ -55,6 +55,7 @@ dofloat(void) {
                        if(c->isbanned)
                                XMoveWindow(dpy, c->win, c->x, c->y);
                        c->isbanned = False;
+                       resize(c, c->x, c->y, c->w, c->h, True);
                }
                else {
                        c->isbanned = True;
@@ -176,6 +177,8 @@ isvisible(Client *c) {
 
 void
 resizemaster(Arg *arg) {
+       if(arrange != dotile)
+               return;
        if(arg->i == 0)
                master = MASTER;
        else {