all repos — openbox @ ef43db32ebd9ec3204143038255f91b0b6335d9e

openbox fork - make it a bit more like ryudo

rm the comments pointer bindings stuff, thats in a plugin now
Dana Jansens danakj@orodu.net
commit

ef43db32ebd9ec3204143038255f91b0b6335d9e

parent

b3817126eec0b84ade0082d7aff35942b0fb0518

1 files changed, 0 insertions(+), 6 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -207,9 +207,6 @@ client_showhide(client);

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 @@

/* 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 */