]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
fix reversed variable name and add a little comment to the magic menu code
[chaz/openbox] / openbox / client.c
index a569087793c7c57830a56e982c415175032dc542..05cf9acde37cec81531fcf9997a6adb777fe304e 100644 (file)
@@ -2116,7 +2116,7 @@ void client_configure_full(ObClient *self, ObCorner anchor,
        resizing in redraw mode */
     send_resize_client = ((!user && resized) ||
                           (user && (final ||
-                                    (resized && config_redraw_resize))));
+                                    (resized && config_resize_redraw))));
 
     /* if the client is enlarging, the resize the client before the frame */
     if (send_resize_client && user && (w > oldw || h > oldh))
This page took 0.021809 seconds and 4 git commands to generate.