mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 01:48:00 +02:00
compositor: Damage output in weston_output_init
So that hotplugged outputs are marked damaged initially.
This commit is contained in:
parent
b687940cd5
commit
78db848196
1 changed files with 1 additions and 0 deletions
|
|
@ -2314,6 +2314,7 @@ weston_output_init(struct weston_output *output, struct weston_compositor *c,
|
|||
|
||||
output->flags = flags;
|
||||
weston_output_move(output, x, y);
|
||||
weston_output_damage(output);
|
||||
|
||||
wl_list_init(&output->frame_callback_list);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue