aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-12 23:22:33 +0100
committerGitHub <noreply@github.com>2019-02-12 23:22:33 +0100
commitc44794bedcad90991b1b665ec5253175e3ef437f (patch)
tree241c7e66f4fcb4d48377ee0a396039a70dacab34 /include/sway/input
parentf390a6ef8c8956c85409f95b5c70d8b9f0a8f55c (diff)
parent97c89b24b8e4a8e091f6974333457deb73b7800f (diff)
Merge pull request #3665 from emersion/layer-map-rebase
Rebase cursor when a layer surface maps
Diffstat (limited to 'include/sway/input')
-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 072a56ca..98eb4679 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -72,6 +72,7 @@ struct sway_cursor *sway_cursor_create(struct sway_seat *seat);
* This chooses a cursor icon and sends a motion event to the surface.
*/
void cursor_rebase(struct sway_cursor *cursor);
+void cursor_rebase_all(void);
void cursor_handle_activity(struct sway_cursor *cursor);
void cursor_unhide(struct sway_cursor *cursor);