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:
Benjamin Otte 2010-08-28 17:12:45 +02:00
parent df4b23ff74
commit 92fe2d370d

View file

@ -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: