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 1636588a..1e21c66f 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -145,4 +145,6 @@ uint32_t get_mouse_button(const char *name, char **error);
145 145
146const char *get_mouse_button_name(uint32_t button); 146const char *get_mouse_button_name(uint32_t button);
147 147
148void handle_request_set_cursor_shape(struct wl_listener *listener, void *data);
149
148#endif 150#endif