summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-04 22:46:17 +0000
committerDana Jansens <danakj@orodu.net>2003-06-04 22:46:17 +0000
commitae0d84721d58731feee4888b67e7a1e55cd318b2 (patch)
treef1596fd6c2c1f2e48b88e2b9a34e6bce05fc9969 /plugins/mouse/mouse.h
parent795d90c3bc57eaf2c98c447f3af5c1c9e7a52fa3 (diff)
add a leftHanded option for mouse bindings, reverses the left/right keywords
Diffstat (limited to 'plugins/mouse/mouse.h')
-rw-r--r--plugins/mouse/mouse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mouse/mouse.h b/plugins/mouse/mouse.h
index 408ae964..83ce9a77 100644
--- a/plugins/mouse/mouse.h
+++ b/plugins/mouse/mouse.h
@@ -18,6 +18,8 @@ typedef struct {
GSList *actions[NUM_MOUSEACTION]; /* lists of Action pointers */
} MouseBinding;
+extern gboolean mouse_lefthand;
+
gboolean mbind(char *buttonstr, char *contextstr, MouseAction mact,
Action *action);