all repos — openbox @ 47a4c3324a5ab59f93e193bdd75902f9cc2059cc

openbox fork - make it a bit more like ryudo

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
Dana Jansens danakj@orodu.net
commit

47a4c3324a5ab59f93e193bdd75902f9cc2059cc

parent

16ae58681e43649069933d08029e03b799073d8e

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M openbox/frame.copenbox/frame.c

@@ -860,9 +860,6 @@ /* select the event mask on the client's parent (to receive config/map

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);