]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
typo fix a comment
[chaz/openbox] / openbox / client.c
index a569087793c7c57830a56e982c415175032dc542..8e3dd1ee501f870336f8de01133d65019cff2b69 100644 (file)
@@ -2116,9 +2116,9 @@ 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 the client is enlarging, then resize the client before the frame */
     if (send_resize_client && user && (w > oldw || h > oldh))
         XResizeWindow(ob_display, self->window, MAX(w, oldw), MAX(h, oldh));
 
This page took 0.019914 seconds and 4 git commands to generate.