aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-12-20 10:48:23 +0100
committerGitHub <noreply@github.com>2018-12-20 10:48:23 +0100
commit36ba56140ae325ae398229a689f20ded126608bc (patch)
tree65572b574b42fa190c12341e9dc3c3f379ffad26 /rootston
parentc4c1d63a0c0d7315a1a4468d62d883371ba3ec4e (diff)
parent96861ccb7a3ccca2d1df1a6da4040cf2e1b76526 (diff)
Merge pull request #1439 from ammen99/master
rootston: create foreign toplevel handle before sending outputs
Diffstat (limited to 'rootston')
-rw-r--r--rootston/desktop.c2
1 files changed, 1 insertions, 1 deletions
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) {