diff options
Diffstat (limited to 'plugins/mouse/mouse.h')
| -rw-r--r-- | plugins/mouse/mouse.h | 2 |
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); |
