summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-10-19 02:49:13 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-19 02:49:13 +0200
commit19adc3ff2dc262ade0bc1a87895e49696224d5d0 (patch)
treecc3e83eae5042db2ca75b063413d4d8403e79a7a /include
parentMerge pull request #2874 from ianyfan/swaybar (diff)
parentConsider cursor warp when switching workspaces (diff)
downloadsway-19adc3ff2dc262ade0bc1a87895e49696224d5d0.tar.gz
sway-19adc3ff2dc262ade0bc1a87895e49696224d5d0.tar.zst
sway-19adc3ff2dc262ade0bc1a87895e49696224d5d0.zip
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);
203void seat_pointer_notify_button(struct sway_seat *seat, uint32_t time_msec, 203void seat_pointer_notify_button(struct sway_seat *seat, uint32_t time_msec,
204 uint32_t button, enum wlr_button_state state); 204 uint32_t button, enum wlr_button_state state);
205 205
206void seat_consider_warp_to_focus(struct sway_seat *seat);
207
206#endif 208#endif