mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 10:00:47 +02:00
surface-offset: Use right variable in mask
Use source/mask instead of their copies. The copies only get initialized if we actually need to translate things.
This commit is contained in:
parent
df4b23ff74
commit
92fe2d370d
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ _cairo_surface_offset_mask (cairo_surface_t *target,
|
|||
}
|
||||
|
||||
status = _cairo_surface_mask (target, op,
|
||||
&source_copy.base, &mask_copy.base,
|
||||
source, mask,
|
||||
dev_clip);
|
||||
|
||||
FINISH:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue