diff options
Diffstat (limited to 'src/fcmatrix.c')
-rw-r--r-- | src/fcmatrix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fcmatrix.c b/src/fcmatrix.c index 3c4d9fb..7f55146 100644 --- a/src/fcmatrix.c +++ b/src/fcmatrix.c @@ -115,3 +115,6 @@ FcMatrixShear (FcMatrix *m, double sh, double sv) r.yy = 1; FcMatrixMultiply (m, &r, m); } +#define __fcmatrix__ +#include "fcaliastail.h" +#undef __fcmatrix__ |