From 598c5d6c07118517b47d7c416a79dc9743271aa8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 18 Mar 2003 19:51:56 +0000 Subject: provide functions for grabbing and ungrabbing the keyboard and pointer --- openbox/grab.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openbox/grab.h (limited to 'openbox/grab.h') 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 +#include + +void grab_startup(); +void grab_shutdown(); + +void grab_keyboard(gboolean grab); +void grab_pointer(gboolean grab, Cursor cur); + +#endif -- cgit v1.2.3