summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 0d319652..3e5430f0 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -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 */