add funcs to grab buttons and keys
This commit is contained in:
parent
080b36cfc2
commit
bcca5bb967
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue