]> Dogcows Code - chaz/openbox/commitdiff
i was backwards
authorDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 01:20:13 +0000 (01:20 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 01:20:13 +0000 (01:20 +0000)
openbox/client.c

index 3d9239e481dd95ed1acfb748b25996f7af002734..0fe7881f617ff1c0448a84ff2d7e72383f0c03df 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 (final || (resized && !config_opaque_resize))
+    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.024573 seconds and 4 git commands to generate.