moveresize messages are not user-requests
authorDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 18:10:04 +0000 (18:10 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 18:10:04 +0000 (18:10 +0000)
openbox/event.c

index adc393d..52747d3 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;