diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 07:12:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 07:12:00 +0000 |
| commit | ef43db32ebd9ec3204143038255f91b0b6335d9e (patch) | |
| tree | 4841a60d941ff335f8d68d73277c36f0f2adef54 /openbox | |
| parent | b3817126eec0b84ade0082d7aff35942b0fb0518 (diff) | |
rm the comments pointer bindings stuff, thats in a plugin now
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 6 |
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 */ |
