aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-14 14:30:27 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-14 14:30:27 -0500
commit946d9459c57fc38b2536d40a45b7d4c9186b6734 (patch)
tree0fe98d3382dccb56a09f90ddeb5938d880234d1c /include/sway/input/seat.h
parentremove old focus member (diff)
downloadsway-946d9459c57fc38b2536d40a45b7d4c9186b6734.tar.gz
sway-946d9459c57fc38b2536d40a45b7d4c9186b6734.tar.zst
sway-946d9459c57fc38b2536d40a45b7d4c9186b6734.zip
get swayc in direction
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 26a7e5dc..f9244f43 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -60,6 +60,9 @@ swayc_t *sway_seat_get_focus(struct sway_seat *seat);
60 60
61swayc_t *sway_seat_get_focus_inactive(struct sway_seat *seat, swayc_t *container); 61swayc_t *sway_seat_get_focus_inactive(struct sway_seat *seat, swayc_t *container);
62 62
63swayc_t *sway_seat_get_focus_by_type(struct sway_seat *seat,
64 enum swayc_types type);
65
63void sway_seat_set_config(struct sway_seat *seat, struct seat_config *seat_config); 66void sway_seat_set_config(struct sway_seat *seat, struct seat_config *seat_config);
64 67
65#endif 68#endif