aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/cursor.h')
-rw-r--r--include/sway/input/cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index 77aa0ea1..abd72783 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -103,4 +103,6 @@ uint32_t get_mouse_bindcode(const char *name, char **error);
103// Considers both bindsym and bindcode 103// Considers both bindsym and bindcode
104uint32_t get_mouse_button(const char *name, char **error); 104uint32_t get_mouse_button(const char *name, char **error);
105 105
106const char *get_mouse_button_name(uint32_t button);
107
106#endif 108#endif