diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
| commit | f8a47de5ec444c452093371e3db16857eb39a490 (patch) | |
| tree | 31db2567842d98232775f9980f7a8d2586c0ac71 /c/mbind.h | |
| parent | 8ba0586bcbdc7fe9648f1063812126d71a041670 (diff) | |
merge the C branch into HEAD
Diffstat (limited to 'c/mbind.h')
| -rw-r--r-- | c/mbind.h | 21 |
1 files changed, 21 insertions, 0 deletions
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 <glib.h> + +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 |
