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 7ec45120..4d47ab42 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -10,6 +10,7 @@ struct sway_cursor {
10 struct wlr_cursor *cursor; 10 struct wlr_cursor *cursor;
11 struct { 11 struct {
12 double x, y; 12 double x, y;
13 struct sway_node *node;
13 } previous; 14 } previous;
14 struct wlr_xcursor_manager *xcursor_manager; 15 struct wlr_xcursor_manager *xcursor_manager;
15 16