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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index 2f70cf4b..a16b793b 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -25,6 +25,7 @@ struct sway_cursor {
25 struct wl_listener request_set_cursor; 25 struct wl_listener request_set_cursor;
26}; 26};
27 27
28void sway_cursor_destroy(struct sway_cursor *cursor);
28struct sway_cursor *sway_cursor_create(struct sway_seat *seat); 29struct sway_cursor *sway_cursor_create(struct sway_seat *seat);
29 30
30#endif 31#endif