]> Dogcows Code - chaz/openbox/blobdiff - openbox/grab.h
Merge branch 'master' into chaz
[chaz/openbox] / openbox / grab.h
index 8253637329f69456e49c939ac887be8abffa2c4b..c4fe17c2a5918c95fc50c3669e240275db0eb1ae 100644 (file)
@@ -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,
This page took 0.022492 seconds and 4 git commands to generate.