projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b381712
)
rm the comments pointer bindings stuff, thats in a plugin now
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 07:12:00 +0000
(07:12 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 07:12:00 +0000
(07:12 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 0d319652dcfe4839a3a66f62e29382226aa37af6..3e5430f02a86f0ad19e65bbfcae781eadf8817c5 100644
(file)
--- 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 */