]> Dogcows Code - chaz/openbox/blob - openbox/mouse.h
31ce40fed9098ee7c58f0b20d22fbb6c15f9f5a7
[chaz/openbox] / openbox / mouse.h
1 #ifndef ob__mouse_h
2 #define ob__mouse_h
3
4 #include "action.h"
5 #include "frame.h"
6 #include "misc.h"
7
8 #include <X11/Xlib.h>
9
10 void mouse_startup(gboolean reconfig);
11 void mouse_shutdown(gboolean reconfig);
12
13 gboolean mouse_bind(char *buttonstr, char *contextstr, ObMouseAction mact,
14 ObAction *action);
15
16 void mouse_event(struct _ObClient *client, ObFrameContext context, XEvent *e);
17
18 void mouse_grab_for_client(struct _ObClient *client, gboolean grab);
19
20 #endif
This page took 0.035225 seconds and 4 git commands to generate.