summaryrefslogtreecommitdiff
path: root/c/mbind.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 07:54:23 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 07:54:23 +0000
commita648c05a7a2608e7e909317f5afe8427a0ea0d68 (patch)
tree9a8355e87192adeec50ee7eaff227decc8af8ffd /c/mbind.h
parent474f689132d906a553bdc695d3c179652cbe8c53 (diff)
kill the c dir
Diffstat (limited to 'c/mbind.h')
-rw-r--r--c/mbind.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/mbind.h b/c/mbind.h
deleted file mode 100644
index dfd8c911..00000000
--- a/c/mbind.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#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