mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 02:48:20 +02:00
recording: copy reverses its dst and src parameters
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55799
This commit is contained in:
parent
26c8accd41
commit
ed720007ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1441,7 +1441,7 @@ _cairo_recording_surface_snapshot (void *abstract_other)
|
|||
surface->optimize_clears = TRUE;
|
||||
|
||||
_cairo_array_init (&surface->commands, sizeof (cairo_command_t *));
|
||||
status = _cairo_recording_surface_copy (other, surface);
|
||||
status = _cairo_recording_surface_copy (surface, other);
|
||||
if (unlikely (status)) {
|
||||
cairo_surface_destroy (&surface->base);
|
||||
return _cairo_surface_create_in_error (status);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue