[util] Fix bot

This commit is contained in:
Behdad Esfahbod 2022-12-18 13:59:56 -07:00
parent ee2204469e
commit 3590ee74f4
1 changed files with 2 additions and 0 deletions

View File

@ -314,11 +314,13 @@ get_cairo_paint_funcs (void)
#endif #endif
#ifdef HAVE_CAIRO_USER_FONT_FACE_SET_RENDER_COLOR_GLYPH_FUNC
static cairo_status_t static cairo_status_t
render_color_glyph (cairo_scaled_font_t *scaled_font, render_color_glyph (cairo_scaled_font_t *scaled_font,
unsigned long glyph, unsigned long glyph,
cairo_t *cr, cairo_t *cr,
cairo_text_extents_t *extents); cairo_text_extents_t *extents);
#endif
static cairo_status_t static cairo_status_t
render_glyph (cairo_scaled_font_t *scaled_font, render_glyph (cairo_scaled_font_t *scaled_font,