From 26827d875ad1fc1b8738f9456f20296241e0bdee Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Aug 2003 17:47:10 +0000 Subject: kill non-opaque move/resize add an option for redrawing/resizing the client window while resizing, when disabled the client is not touched until the resize is complete. --- openbox/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index e8b5416c..1f1d8032 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1888,9 +1888,9 @@ void client_configure_full(ObClient *self, ObCorner anchor, /* for app-requested resizes, always resize if 'resized' is true. for user-requested ones, only resize if final is true, or when - resizing in opaque mode */ + resizing in redraw mode */ if ((!user && resized) || - (user && (final || (resized && config_opaque_resize)))) + (user && (final || (resized && config_redraw_resize)))) XResizeWindow(ob_display, self->window, w, h); /* move/resize the frame to match the request */ -- cgit v1.2.3