aboutsummaryrefslogtreecommitdiff
path: root/rootston/desktop.c
diff options
context:
space:
mode:
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 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) {