X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fgrab.h;h=c4fe17c2a5918c95fc50c3669e240275db0eb1ae;hb=HEAD;hp=8253637329f69456e49c939ac887be8abffa2c4b;hpb=965ed8907a5dd81d5ffbc93b67a672fa78833854;p=chaz%2Fopenbox 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 #include @@ -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,