repo.or.cz
/
cairo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: remove gl reference images
[cairo.git]
/
meson-cc-tests
/
ft_has_color.c
blob
daeed7f35825801d8646b4e00b68db392c90063b
1
#include <ft2build.h>
2
#include FT_FREETYPE_H
3
4
int
main
(
void
) {
5
FT_Long has_color
=
FT_HAS_COLOR
(((
FT_Face
)
NULL
));
6
return
0
;
7
}