don't resize the client itself while doing a resize if its not final when config_opaq...
authorDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 01:01:13 +0000 (01:01 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 01:01:13 +0000 (01:01 +0000)
openbox/client.c

index f704ca1..3d9239e 100644 (file)
@@ -1733,7 +1733,7 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h,
 
     RECT_SET(self->area, x, y, w, h);
 
-    if (resized)
+    if (final || (resized && !config_opaque_resize))
        XResizeWindow(ob_display, self->window, w, h);
 
     /* move/resize the frame to match the request */