]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
rm the comments pointer bindings stuff, thats in a plugin now
[chaz/openbox] / openbox / client.c
index 0d319652dcfe4839a3a66f62e29382226aa37af6..3e5430f02a86f0ad19e65bbfcae781eadf8817c5 100644 (file)
@@ -207,9 +207,6 @@ void client_manage(Window window)
 
     dispatch_client(Event_Client_Mapped, client, 0, 0);
 
-    /* grab all mouse bindings */
-    /*pointer_grab_all(client, TRUE);XXX*/
-
     /* update the list hints */
     client_set_list();
 
@@ -238,9 +235,6 @@ void client_unmanage(Client *client)
     /* we dont want events no more */
     XSelectInput(ob_display, client->window, NoEventMask);
 
-    /* ungrab any mouse bindings */
-    /*pointer_grab_all(client, FALSE);XXX*/
-     
     engine_frame_hide(client->frame);
 
     /* give the client its border back */
This page took 0.025153 seconds and 4 git commands to generate.