mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
Remove cairo_private from *.c files.
The cairo_private markup is only required in the headers, so cleanup the couple of remaining occurrences in the source files.
This commit is contained in:
parent
48fd65cdb5
commit
51f37995c9
2 changed files with 2 additions and 2 deletions
|
|
@ -704,7 +704,7 @@ _cairo_clip_int_rect_to_user (cairo_gstate_t *gstate,
|
|||
return is_tight;
|
||||
}
|
||||
|
||||
cairo_private cairo_rectangle_list_t*
|
||||
cairo_rectangle_list_t *
|
||||
_cairo_clip_copy_rectangle_list (cairo_clip_t *clip, cairo_gstate_t *gstate)
|
||||
{
|
||||
cairo_rectangle_list_t *list;
|
||||
|
|
|
|||
|
|
@ -496,7 +496,7 @@ _cairo_scaled_font_subsets_destroy (cairo_scaled_font_subsets_t *subsets)
|
|||
free (subsets);
|
||||
}
|
||||
|
||||
cairo_private cairo_status_t
|
||||
cairo_status_t
|
||||
_cairo_scaled_font_subsets_map_glyph (cairo_scaled_font_subsets_t *subsets,
|
||||
cairo_scaled_font_t *scaled_font,
|
||||
unsigned long scaled_font_glyph_index,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue