From 47a4c3324a5ab59f93e193bdd75902f9cc2059cc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 26 May 2007 19:46:28 +0000 Subject: [PATCH] don't map the client window when grabbing the frame. we need to set up the client and send configurenotifies and stuff *before* sending the map notify --- openbox/frame.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/openbox/frame.c b/openbox/frame.c index 09009e82..e04c7302 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -860,9 +860,6 @@ void frame_grab_client(ObFrame *self) req's) the ButtonPress is to catch clicks on the client border */ XSelectInput(ob_display, self->plate, PLATE_EVENTMASK); - /* map the client so it maps when the frame does */ - XMapWindow(ob_display, self->client->window); - /* 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