mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Merge branch 'master' into gles2-renderer-redesign
This commit is contained in:
commit
a854c2f246
15 changed files with 121 additions and 58 deletions
|
|
@ -680,6 +680,7 @@ static void damage_from_surface(struct wlr_surface *surface,
|
|||
}
|
||||
pixman_region32_translate(&damage, box.x, box.y);
|
||||
wlr_output_damage_add(output->damage, &damage);
|
||||
pixman_region32_fini(&damage);
|
||||
} else {
|
||||
pixman_box32_t *extents =
|
||||
pixman_region32_extents(&surface->current->surface_damage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue