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, 1 insertions, 1 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index cd4d9270..3a71a35f 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -112,7 +112,7 @@ void dispatch_cursor_button(struct sway_cursor *cursor,
112 enum wlr_button_state state); 112 enum wlr_button_state state);
113 113
114void dispatch_cursor_axis(struct sway_cursor *cursor, 114void dispatch_cursor_axis(struct sway_cursor *cursor,
115 struct wlr_event_pointer_axis *event); 115 struct wlr_pointer_axis_event *event);
116 116
117void cursor_set_image(struct sway_cursor *cursor, const char *image, 117void cursor_set_image(struct sway_cursor *cursor, const char *image,
118 struct wl_client *client); 118 struct wl_client *client);