diff options
Diffstat (limited to 'openbox/grab.h')
| -rw-r--r-- | openbox/grab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/grab.h b/openbox/grab.h index 82536373..c4fe17c2 100644 --- a/openbox/grab.h +++ b/openbox/grab.h @@ -20,6 +20,7 @@ #define __grab_h #include "misc.h" +#include "obt/keyboard.h" #include <glib.h> #include <X11/Xlib.h> @@ -27,6 +28,8 @@ void grab_startup(gboolean reconfig); void grab_shutdown(gboolean reconfig); +ObtIC *grab_input_context(void); + gboolean grab_keyboard_full(gboolean grab); /*! @param confine If true the pointer is confined to the screen */ gboolean grab_pointer_full(gboolean grab, gboolean owner_events, |
