mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 21:30:19 +01:00
Fix last piece of merge resolution missing from previous commit
This commit is contained in:
parent
e3017c3c8d
commit
e2855502f2
1 changed files with 1 additions and 1 deletions
|
|
@ -1339,7 +1339,7 @@ _cairo_ps_surface_show_glyphs (void *abstract_surface,
|
|||
cairo_int_status_t status;
|
||||
cairo_path_fixed_t *path;
|
||||
|
||||
if (surface->mode == CAIRO_PAGINATED_MODE_ANALYZE) {
|
||||
if (surface->paginated_mode == CAIRO_PAGINATED_MODE_ANALYZE) {
|
||||
if (!pattern_operation_supported (op, source))
|
||||
return CAIRO_INT_STATUS_UNSUPPORTED;
|
||||
return CAIRO_STATUS_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue