all repos — openbox @ bcca5bb967f792e6dd9a1031e4bdcbef13be754d

openbox fork - make it a bit more like ryudo

add funcs to grab buttons and keys
Dana Jansens danakj@orodu.net
commit

bcca5bb967f792e6dd9a1031e4bdcbef13be754d

parent

080b36cfc21916534c375e478cd36e5623512d82

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

jump to
M openbox/grab.hopenbox/grab.h

@@ -11,4 +11,12 @@ void grab_keyboard(gboolean grab);

void grab_pointer(gboolean grab, Cursor cur); void grab_server(gboolean grab); +void grab_button(guint button, guint state, Window win, guint mask, + int pointer_mode); +void ungrab_button(guint button, guint state, Window win); + +void grab_key(guint keycode, guint state, int keyboard_mode); + +void ungrab_all_keys(); + #endif