summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index a5690877..05cf9acd 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -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))