]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/grab.h
on shutdown: destroy the net support window. clear a few more properties we dont...
[mikachu/openbox.git] / 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 void grab_server(gboolean grab);
13
14 #endif