summaryrefslogtreecommitdiff
path: root/openbox/grab.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/grab.h')
-rw-r--r--openbox/grab.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/openbox/grab.h b/openbox/grab.h
new file mode 100644
index 00000000..49c6a436
--- /dev/null
+++ b/openbox/grab.h
@@ -0,0 +1,13 @@
+#ifndef __grab_h
+#define __grab_h
+
+#include <glib.h>
+#include <X11/Xlib.h>
+
+void grab_startup();
+void grab_shutdown();
+
+void grab_keyboard(gboolean grab);
+void grab_pointer(gboolean grab, Cursor cur);
+
+#endif