From f8a47de5ec444c452093371e3db16857eb39a490 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Mar 2003 21:11:39 +0000 Subject: merge the C branch into HEAD --- c/mbind.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 c/mbind.h (limited to 'c/mbind.h') diff --git a/c/mbind.h b/c/mbind.h new file mode 100644 index 00000000..dfd8c911 --- /dev/null +++ b/c/mbind.h @@ -0,0 +1,21 @@ +#ifndef __mbind_h +#define __mbind_h + +#include "obexport.h" +#include "client.h" +#include + +void mbind_startup(); +void mbind_shutdown(); + +/*! Adds a new pointer binding */ +gboolean mbind_add(char *name, GQuark context); +void mbind_clearall(); + +void mbind_fire(guint state, guint button, GQuark context, EventType type, + Client *client, int xroot, int yroot); + +void mbind_grab_all(Client *client, gboolean grab); +gboolean mbind_grab_pointer(gboolean grab); + +#endif -- cgit v1.2.3