mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 01:17:59 +02:00
paginated: Use the backend->snapshot
The high-level function creates a new lazy snapshot which is not what we what - we want a snapshot now! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
47874aacea
commit
320f40ef89
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ _cairo_paginated_surface_snapshot (void *abstract_other)
|
|||
{
|
||||
cairo_paginated_surface_t *other = abstract_other;
|
||||
|
||||
return _cairo_surface_snapshot (other->recording_surface);
|
||||
return other->recording_surface->backend->snapshot (other->recording_surface);
|
||||
}
|
||||
|
||||
static cairo_t *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue