mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 12:38:03 +02:00
Fix a copy-paste error in weston_surface_commit_state
This commit is contained in:
parent
386754cf79
commit
f83a0d44b8
1 changed files with 1 additions and 1 deletions
|
|
@ -2249,7 +2249,7 @@ weston_surface_commit_state(struct weston_surface *surface,
|
|||
&state->damage);
|
||||
pixman_region32_intersect_rect(&surface->damage, &surface->damage,
|
||||
0, 0, surface->width, surface->height);
|
||||
pixman_region32_clear(&surface->pending.damage);
|
||||
pixman_region32_clear(&state->damage);
|
||||
|
||||
/* wl_surface.set_opaque_region */
|
||||
pixman_region32_init(&opaque);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue