From 23f9ae2768f5c57af64890e4695b74fcef7b31d1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 26 May 2007 19:48:55 +0000 Subject: [PATCH] add a comment about the last revision --- openbox/frame.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openbox/frame.c b/openbox/frame.c index e04c7302..f788255c 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -842,6 +842,11 @@ void frame_adjust_icon(ObFrame *self) 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); -- 2.44.0