]>
Dogcows Code - chaz/openbox/blob - c/mbind.h
11 /*! Adds a new pointer binding */
12 gboolean
mbind_add(char *name
, GQuark context
);
13 void mbind_clearall();
15 void mbind_fire(guint state
, guint button
, GQuark context
, EventType type
,
16 Client
*client
, int xroot
, int yroot
);
18 void mbind_grab_all(Client
*client
, gboolean grab
);
19 gboolean
mbind_grab_pointer(gboolean grab
);
This page took 0.032126 seconds and 4 git commands to generate.