From ef43db32ebd9ec3204143038255f91b0b6335d9e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 07:12:00 +0000 Subject: [PATCH] rm the comments pointer bindings stuff, thats in a plugin now --- openbox/client.c | 6 ------ 1 file changed, 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 */ -- 2.39.2