get swayc in direction

This commit is contained in:
Tony Crisci 2018-02-14 14:30:27 -05:00
parent 93084c9cf8
commit 946d9459c5
4 changed files with 201 additions and 0 deletions

View file

@ -60,6 +60,9 @@ swayc_t *sway_seat_get_focus(struct sway_seat *seat);
swayc_t *sway_seat_get_focus_inactive(struct sway_seat *seat, swayc_t *container);
swayc_t *sway_seat_get_focus_by_type(struct sway_seat *seat,
enum swayc_types type);
void sway_seat_set_config(struct sway_seat *seat, struct seat_config *seat_config);
#endif