summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-10-19 02:49:13 +0200
committerFurkan Sahin <furkan-dev@proton.me>2018-10-19 02:49:13 +0200
commit4f3e1375e6c0b21d2c8a6b2cb1dc94d5e89a2425 (patch)
treecc3e83eae5042db2ca75b063413d4d8403e79a7a /include
parenta0e8618dfddc6a16955097c38bbbbb894e417dfd (diff)
parentb06711626960bab4e78cef27e44f004bc8c46b0a (diff)
Merge pull request #2877 from RyanDwyer/warp-on-workspace-switch
Consider cursor warp when switching workspaces
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index b3b98e8d..eb0d1a02 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -203,4 +203,6 @@ void seat_end_mouse_operation(struct sway_seat *seat);
void seat_pointer_notify_button(struct sway_seat *seat, uint32_t time_msec,
uint32_t button, enum wlr_button_state state);
+void seat_consider_warp_to_focus(struct sway_seat *seat);
+
#endif