]> Dogcows Code - chaz/openbox/blob - openbox/grab.h
49c6a436ea3df57bd8c2b2a850414fa064ec2f28
[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.03492 seconds and 4 git commands to generate.