mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 02:10:11 +01:00
cairo-ft-private.h: fix missing FT_Color error
In file included from ../src/cairo-colr-glyph-render.c:37:
../src/cairo-ft-private.h:87:30: error: unknown type name 'FT_Color'
87 | FT_Color *palette,
| ^~~~~~~~
Fixes https://gitlab.freedesktop.org/cairo/cairo/-/issues/792
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
This commit is contained in:
parent
b9eed915f9
commit
9607e19a9e
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@
|
|||
|
||||
#if CAIRO_HAS_FT_FONT
|
||||
|
||||
#include FT_COLOR_H
|
||||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
||||
typedef struct _cairo_ft_unscaled_font cairo_ft_unscaled_font_t;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue