summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-03-20 23:40:29 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-03-20 23:40:29 +0000
commit07dd2c6442b97c8df0dee6076dc45eb310916bcf (patch)
tree0c74c8982e115c405e43a49a4036e8975cd0471a /openbox/client.c
parentbc0440851789c9626bc9f9d3a13a7164915bdcfa (diff)
fix reversed variable name and add a little comment to the magic menu code
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))