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 91421964..aa873f46 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -5,6 +5,7 @@
5 5
6struct sway_cursor { 6struct sway_cursor {
7 struct wlr_cursor *cursor; 7 struct wlr_cursor *cursor;
8 struct wlr_xcursor_manager *xcursor_manager;
8 9
9 struct wl_listener motion; 10 struct wl_listener motion;
10 struct wl_listener motion_absolute; 11 struct wl_listener motion_absolute;