From e8bac610ad445d7843fc061bfd5e82761a912d61 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 May 2007 01:32:28 +0000 Subject: [PATCH] adjust the frame's size before placing the window so we know how much decor it has --- openbox/client.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openbox/client.c b/openbox/client.c index 5cc1df9a..b41ec8c8 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -359,6 +359,11 @@ void client_manage(Window window) activate = TRUE; } + /* adjust the frame to the client's size before showing or placing + the window */ + frame_adjust_area(self->frame, FALSE, TRUE, FALSE); + frame_adjust_client_area(self->frame); + /* figure out placement for the window */ if (ob_state() == OB_STATE_RUNNING) { gboolean transient; @@ -398,11 +403,6 @@ void client_manage(Window window) ob_debug(" but session requested %d %d instead, overriding\n", self->session->x, self->session->y); - /* adjust the frame to the client's size before showing the window */ - frame_adjust_area(self->frame, FALSE, TRUE, FALSE); - frame_adjust_client_area(self->frame); - - /* do this after the window is placed, so the premax/prefullscreen numbers won't be all wacko!! also, this moves the window to the position where it has been placed -- 2.39.2