diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-31 15:13:27 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-31 15:20:43 -0400 |
commit | f2332dc75c05a62f87ba290433f12f4ce7f467ec (patch) | |
tree | 67c2f8e9d67cb45a9c18bbea17eb139f4c7eed82 /include/sway | |
parent | b9d2983324c91f0a2805b1f10afcf2a929f939b4 (diff) |
Address review feedback
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/input/seat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index 496bfd5d..31210a5a 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -56,6 +56,9 @@ void sway_seat_configure_xcursor(struct sway_seat *seat); void sway_seat_set_focus(struct sway_seat *seat, struct sway_container *container); +void sway_seat_set_focus_warp(struct sway_seat *seat, + struct sway_container *container, bool warp); + struct sway_container *sway_seat_get_focus(struct sway_seat *seat); /** |