aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 15:13:27 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 15:20:43 -0400
commitf2332dc75c05a62f87ba290433f12f4ce7f467ec (patch)
tree67c2f8e9d67cb45a9c18bbea17eb139f4c7eed82 /include/sway/input/seat.h
parentFix interaction between warping and following (diff)
downloadsway-f2332dc75c05a62f87ba290433f12f4ce7f467ec.tar.gz
sway-f2332dc75c05a62f87ba290433f12f4ce7f467ec.tar.zst
sway-f2332dc75c05a62f87ba290433f12f4ce7f467ec.zip
Address review feedback
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h3
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);
56 56
57void sway_seat_set_focus(struct sway_seat *seat, struct sway_container *container); 57void sway_seat_set_focus(struct sway_seat *seat, struct sway_container *container);
58 58
59void sway_seat_set_focus_warp(struct sway_seat *seat,
60 struct sway_container *container, bool warp);
61
59struct sway_container *sway_seat_get_focus(struct sway_seat *seat); 62struct sway_container *sway_seat_get_focus(struct sway_seat *seat);
60 63
61/** 64/**