]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
made all the gradients work with integer math. removed the pipecross and rectangle...
[chaz/openbox] / openbox / event.c
index adc393d0395d63c8bc1f31fdc15393ca7e16a494..52747d3fb8adffd0461c611255f4bf0ca2afa552 100644 (file)
@@ -916,7 +916,7 @@ static void event_handle_client(Client *client, XEvent *e)
             else
                 h = client->area.y;
             client->gravity = tmpg;
-            client_configure(client, Corner_TopLeft, x, y, w, h, TRUE, TRUE);
+            client_configure(client, Corner_TopLeft, x, y, w, h, FALSE, TRUE);
             client->gravity = oldg;
         }
        break;
This page took 0.020408 seconds and 4 git commands to generate.