mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 15:50:10 +01:00
[scaled-fonts] Correct the order of scaled/user arguments.
This commit is contained in:
parent
85a4f0dcee
commit
eb39151fdc
1 changed files with 2 additions and 2 deletions
|
|
@ -870,8 +870,8 @@ _cairo_scaled_font_subsets_foreach_scaled (cairo_scaled_font_subsets_t *fon
|
|||
return _cairo_scaled_font_subsets_foreach_internal (font_subsets,
|
||||
font_subset_callback,
|
||||
closure,
|
||||
FALSE,
|
||||
TRUE);
|
||||
TRUE,
|
||||
FALSE);
|
||||
}
|
||||
|
||||
cairo_status_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue