From caba57b6946c0252fdcdea2a608429103f15a6ba Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 11 May 2007 02:44:50 +0000 Subject: [PATCH] don't adjust the decorations while the server is grabbed, move it to client.c --- openbox/frame.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/openbox/frame.c b/openbox/frame.c index 5fd36714..68a64342 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -576,9 +576,6 @@ void frame_grab_client(ObFrame *self) /* map the client so it maps when the frame does */ XMapWindow(ob_display, self->client->window); - /* adjust the frame to the client's size */ - frame_adjust_area(self, FALSE, TRUE, FALSE); - /* set all the windows for the frame in the window_map */ g_hash_table_insert(window_map, &self->window, self->client); g_hash_table_insert(window_map, &self->plate, self->client); -- 2.39.2