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 ca3c6f4b..55e2ce8e 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -116,7 +116,7 @@ void cursor_set_image_surface(struct sway_cursor *cursor,
116 struct wl_client *client); 116 struct wl_client *client);
117 117
118void cursor_warp_to_container(struct sway_cursor *cursor, 118void cursor_warp_to_container(struct sway_cursor *cursor,
119 struct sway_container *container); 119 struct sway_container *container, bool force);
120 120
121void cursor_warp_to_workspace(struct sway_cursor *cursor, 121void cursor_warp_to_workspace(struct sway_cursor *cursor,
122 struct sway_workspace *workspace); 122 struct sway_workspace *workspace);