all repos — openbox @ 23f9ae2768f5c57af64890e4695b74fcef7b31d1

openbox fork - make it a bit more like ryudo

add a comment about the last revision
Dana Jansens danakj@orodu.net
commit

23f9ae2768f5c57af64890e4695b74fcef7b31d1

parent

47a4c3324a5ab59f93e193bdd75902f9cc2059cc

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

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

@@ -842,6 +842,11 @@ }

void frame_grab_client(ObFrame *self) { + /* DO NOT map the client window here. we used to do that, but it is bogus. + we need to set up the client's dimensions and everything before we + send a mapnotify or we create race conditions. + */ + /* reparent the client to the frame */ XReparentWindow(ob_display, self->client->window, self->plate, 0, 0);