mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-06 18:48:28 +02:00
[cairo] Trivial code tidy
This commit is contained in:
parent
c7cf5317f5
commit
f8a2665840
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ cairo_push_group_with_content (cairo_t *cr, cairo_content_t content)
|
|||
if (unlikely (status))
|
||||
goto bail;
|
||||
|
||||
group_surface = cairo_surface_create_similar (_cairo_gstate_get_target (cr->gstate),
|
||||
group_surface = cairo_surface_create_similar (parent_surface,
|
||||
content,
|
||||
extents.width,
|
||||
extents.height);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue