From 96861ccb7a3ccca2d1df1a6da4040cf2e1b76526 Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Thu, 20 Dec 2018 10:40:37 +0100 Subject: rootston: create foreign toplevel handle before sending outputs Otherwise the initial list of outputs isn't sent to foreign-toplevel clients. --- rootston/desktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston/desktop.c') diff --git a/rootston/desktop.c b/rootston/desktop.c index b41a3079..48e2635c 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -542,8 +542,8 @@ void view_setup(struct roots_view *view) { view_center(view); } - view_update_output(view, NULL); view_create_foreign_toplevel_handle(view); + view_update_output(view, NULL); } void view_apply_damage(struct roots_view *view) { -- cgit v1.2.3