]> Dogcows Code - chaz/openbox/commitdiff
don't map the client window when grabbing the frame. we need to set up the client...
authorDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 19:46:28 +0000 (19:46 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 19:46:28 +0000 (19:46 +0000)
openbox/frame.c

index 09009e8271c37ec5d9a15470baef6951fde265ed..e04c7302bdd66d7c6feaf5c6925f433a1bff205e 100644 (file)
@@ -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);
This page took 0.022276 seconds and 4 git commands to generate.