aboutsummaryrefslogtreecommitdiff
path: root/rootston/desktop.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-19 19:21:18 +0100
committeremersion <contact@emersion.fr>2017-11-19 19:21:18 +0100
commit97ddd2d1df439a5b074e4dfa2865479646b8f3a6 (patch)
treedcae2e3f61df151fcfa68031bfd9e0b5d61f8dcd /rootston/desktop.c
parentbf41e7a794cf4bde3612ec23744400388b9d6756 (diff)
Add roots_seat_cycle_focus
Diffstat (limited to 'rootston/desktop.c')
-rw-r--r--rootston/desktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c
index bea492ba..cf5a8cdc 100644
--- a/rootston/desktop.c
+++ b/rootston/desktop.c
@@ -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);