diff options
author | emersion <contact@emersion.fr> | 2017-11-19 19:21:18 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-19 19:21:18 +0100 |
commit | 97ddd2d1df439a5b074e4dfa2865479646b8f3a6 (patch) | |
tree | dcae2e3f61df151fcfa68031bfd9e0b5d61f8dcd /include | |
parent | bf41e7a794cf4bde3612ec23744400388b9d6756 (diff) |
Add roots_seat_cycle_focus
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/seat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index d9a44c2d..7822bb70 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -71,7 +71,9 @@ bool roots_seat_has_meta_pressed(struct roots_seat *seat); struct roots_view *roots_seat_get_focus(struct roots_seat *seat); -void roots_seat_focus_view(struct roots_seat *seat, struct roots_view *view); +void roots_seat_set_focus(struct roots_seat *seat, struct roots_view *view); + +void roots_seat_cycle_focus(struct roots_seat *seat); void roots_seat_begin_move(struct roots_seat *seat, struct roots_view *view); |