]> Dogcows Code - chaz/openbox/blob - openbox/grab.h
provide functions for grabbing and ungrabbing the keyboard and pointer
[chaz/openbox] / openbox / grab.h
1 #ifndef __grab_h
2 #define __grab_h
3
4 #include <glib.h>
5 #include <X11/Xlib.h>
6
7 void grab_startup();
8 void grab_shutdown();
9
10 void grab_keyboard(gboolean grab);
11 void grab_pointer(gboolean grab, Cursor cur);
12
13 #endif
This page took 0.035513 seconds and 5 git commands to generate.