]> Dogcows Code - chaz/openbox/commitdiff
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 f704ca1a61924dd41f5e4ef89d0c66ae6b18f621..3d9239e481dd95ed1acfb748b25996f7af002734 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 */
This page took 0.024798 seconds and 4 git commands to generate.