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
);