aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-03-31 15:13:27 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-03-31 15:13:27 -0400
commit0cacc6419b853050fa65ef689fef5c16c96369ef (patch)
tree67c2f8e9d67cb45a9c18bbea17eb139f4c7eed82 /include
parentcfca1a2188e4515e6d618cf8977922a34468cc18 (diff)
Address review feedback
Diffstat (limited to 'include')
-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);
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);
/**