]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/pointer.h
snap window-to-window
[mikachu/openbox.git] / openbox / pointer.h
1 #ifndef __pointer_h
2 #define __pointer_h
3
4 #include "client.h"
5 #include <glib.h>
6
7 void pointer_startup();
8 void pointer_shutdown();
9
10 void pointer_grab_all(Client *client, gboolean grab);
11
12 void pointer_event(XEvent *e, Client *c);
13
14 #endif