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:
080b36c
)
add funcs to grab buttons and keys
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 18:55:56 +0000
(18:55 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 18:55:56 +0000
(18:55 +0000)
openbox/grab.h
patch
|
blob
|
history
diff --git
a/openbox/grab.h
b/openbox/grab.h
index d6a1b78aedc0887b5e8a84b4ef9e821e8ede031f..cf3a7fd5a35225cf28ce9eb990764879e1c682fc 100644
(file)
--- a/
openbox/grab.h
+++ b/
openbox/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