10 OB_MOUSE_ACTION_PRESS
,
11 OB_MOUSE_ACTION_RELEASE
,
12 OB_MOUSE_ACTION_CLICK
,
13 OB_MOUSE_ACTION_DOUBLE_CLICK
,
14 OB_MOUSE_ACTION_MOTION
,
18 void mouse_startup(gboolean reconfig
);
19 void mouse_shutdown(gboolean reconfig
);
21 gboolean
mouse_bind(char *buttonstr
, char *contextstr
, ObMouseAction mact
,
24 void mouse_event(struct _ObClient
*client
, ObFrameContext context
, XEvent
*e
);
26 void mouse_grab_for_client(struct _ObClient
*client
, gboolean grab
);