diff options
author | emersion <contact@emersion.fr> | 2018-12-20 10:48:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 10:48:23 +0100 |
commit | 36ba56140ae325ae398229a689f20ded126608bc (patch) | |
tree | 65572b574b42fa190c12341e9dc3c3f379ffad26 /rootston | |
parent | c4c1d63a0c0d7315a1a4468d62d883371ba3ec4e (diff) | |
parent | 96861ccb7a3ccca2d1df1a6da4040cf2e1b76526 (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.c | 2 |
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) { |