summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-25 18:46:28 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-25 18:46:28 +0000
commit470f9d161df8fffd906fe67c513d9246375fa14b (patch)
tree3911f88adfad20d04bcc530141ee3d9fa6f5d2bb /lib
parent5bcc0de1b10c431694f028e22effbc9755c50c96 (diff)
Import freetype 2.2.1
Diffstat (limited to 'lib')
-rw-r--r--lib/freetype/include/freetype/internal/ftvalid.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/freetype/include/freetype/internal/ftvalid.h b/lib/freetype/include/freetype/internal/ftvalid.h
index 00cd85e7b..d52ff2f3b 100644
--- a/lib/freetype/include/freetype/internal/ftvalid.h
+++ b/lib/freetype/include/freetype/internal/ftvalid.h
@@ -39,7 +39,7 @@ FT_BEGIN_HEADER
/*************************************************************************/
/* handle to a validation object */
- typedef struct FT_ValidatorRec_ volatile* FT_Validator;
+ typedef struct FT_ValidatorRec_* FT_Validator;
/*************************************************************************/
@@ -98,8 +98,6 @@ FT_BEGIN_HEADER
const FT_Byte* limit,
FT_ValidationLevel level );
- /* Do not use this. It's broken and will cause your validator to crash */
- /* if you run it on an invalid font. */
FT_BASE( FT_Int )
ft_validator_run( FT_Validator valid );