mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
rootston: create foreign toplevel handle before sending outputs
Otherwise the initial list of outputs isn't sent to foreign-toplevel clients.
This commit is contained in:
parent
c4c1d63a0c
commit
96861ccb7a
1 changed files with 1 additions and 1 deletions
|
|
@ -542,8 +542,8 @@ void view_setup(struct roots_view *view) {
|
||||||
view_center(view);
|
view_center(view);
|
||||||
}
|
}
|
||||||
|
|
||||||
view_update_output(view, NULL);
|
|
||||||
view_create_foreign_toplevel_handle(view);
|
view_create_foreign_toplevel_handle(view);
|
||||||
|
view_update_output(view, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void view_apply_damage(struct roots_view *view) {
|
void view_apply_damage(struct roots_view *view) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue