mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
Add roots_seat_cycle_focus
This commit is contained in:
parent
bf41e7a794
commit
97ddd2d1df
5 changed files with 18 additions and 11 deletions
|
|
@ -197,7 +197,7 @@ void view_setup(struct roots_view *view) {
|
|||
// TODO what seat gets focus? the one with the last input event?
|
||||
struct roots_seat *seat;
|
||||
wl_list_for_each(seat, &input->seats, link) {
|
||||
roots_seat_focus_view(seat, view);
|
||||
roots_seat_set_focus(seat, view);
|
||||
}
|
||||
|
||||
view_center(view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue