Kaydet (Commit) fbf08602 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i124394# fix inclusion of freetype's ftsynth.h header

the location of this header file changed with freetype 2.51 so we had to adapt.
On the other hand the header is not actually needed because we load the symbols
for synthetization of outlines dynamically to be compatible with freetype libs
that don't support them. So we can remove the header inclusion.
Found-by: 's avatarAriel Costenla-Haile <ariel@apache.org>
Patch-by: 's avatarHerbert Duerr <hdu@apache.org>
üst 572001d5
...@@ -42,14 +42,10 @@ ...@@ -42,14 +42,10 @@
// Platform // Platform
#ifndef WNT #ifndef WNT
#include <unx/saldisp.hxx> #include <unx/saldisp.hxx>
#include <salgdi.hxx> #include <salgdi.hxx>
#include <freetype2/ftsynth.h>
// Module // Module
#include "gcach_ftyp.hxx" #include "gcach_ftyp.hxx"
#include <graphite_features.hxx> #include <graphite_features.hxx>
#include <graphite_adaptors.hxx> #include <graphite_adaptors.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment