]> Dogcows Code - chaz/openbox/commitdiff
fix drawcontents=no
authorDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 16:45:58 +0000 (16:45 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 16:45:58 +0000 (16:45 +0000)
openbox/client.c

index 1c029841e8b5cb583a08d46e258366773124c685..47f807d80adad7efe160cbbe886f01cab1e418b9 100644 (file)
@@ -2722,8 +2722,8 @@ void client_configure_full(ObClient *self, gint x, gint y, gint w, gint h,
        for user-requested ones, only resize if final is true, or when
        resizing in redraw mode */
     send_resize_client = ((!user && resized) ||
-                          (user && resized &&
-                           (final || config_resize_redraw)));
+                          (user && (final ||
+                                    (resized && config_resize_redraw))));
 
     /* if the client is enlarging, then resize the client before the frame */
     if (send_resize_client && (w > oldw || h > oldh)) {
This page took 0.026223 seconds and 4 git commands to generate.