From 268c87ed9ebd9ce7c2ca0fe88eba79942786693d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Apr 2007 00:02:51 +0000 Subject: [PATCH] in shrinking resize the frame before the client --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index f5335c79..08d316c4 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2448,8 +2448,8 @@ void client_configure_full(ObClient *self, ObCorner anchor, /* if the client is shrinking, then resize the frame before the client */ if (send_resize_client && (!user || (w <= oldw || h <= oldh))) { - XResizeWindow(ob_display, self->window, w, h); frame_adjust_client_area(self->frame); + XResizeWindow(ob_display, self->window, w, h); } XFlush(ob_display); -- 2.45.2