Export recently added API

We should remove this alias mess.
This commit is contained in:
Behdad Esfahbod 2014-07-26 16:17:02 -04:00
parent ffda7c0e81
commit a9e7b0494e
4 changed files with 16 additions and 0 deletions

View File

@ -255,3 +255,7 @@ FcMakeDirectory (const FcChar8 *dir)
FcStrFree (parent);
return ret;
}
#define __fccompat__
#include "fcaliastail.h"
#undef __fccompat__

View File

@ -205,3 +205,7 @@ FcRangeSerialize (FcSerialize *serialize, const FcRange *r)
return r_serialize;
}
#define __fcrange__
#include "fcaliastail.h"
#undef __fcrange__

View File

@ -360,3 +360,7 @@ FcIsFsMtimeBroken (const FcChar8 *dir)
return FcFalse;
}
#define __fcstat__
#include "fcaliastail.h"
#undef __fcstat__

View File

@ -82,3 +82,7 @@ FcWeightToOpenType (int fc_weight)
/* Interpolate between two items. */
return lerp (fc_weight, map[i-1].fc, map[i].fc, map[i-1].ot, map[i].ot);
}
#define __fcweight__
#include "fcaliastail.h"
#undef __fcweight__