aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/type42
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-11-18 15:38:32 +0100
committermarha <marha@users.sourceforge.net>2011-11-18 15:38:32 +0100
commitac36cb2c0db123b18d83f59d011d83b299edea63 (patch)
treec513e767ebfb36c8439b87eec7853198cc0387af /freetype/src/type42
parent7a750103eafc49dd7ee461b6f5efb41a93174056 (diff)
parent1037d56ca89d503cfd62830a90e934a2806ad804 (diff)
downloadvcxsrv-ac36cb2c0db123b18d83f59d011d83b299edea63.tar.gz
vcxsrv-ac36cb2c0db123b18d83f59d011d83b299edea63.tar.bz2
vcxsrv-ac36cb2c0db123b18d83f59d011d83b299edea63.zip
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'freetype/src/type42')
-rw-r--r--freetype/src/type42/t42drivr.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/freetype/src/type42/t42drivr.c b/freetype/src/type42/t42drivr.c
index b5c6ad9f4..ee0f83c4b 100644
--- a/freetype/src/type42/t42drivr.c
+++ b/freetype/src/type42/t42drivr.c
@@ -4,7 +4,7 @@
/* */
/* High-level Type 42 driver interface (body). */
/* */
-/* Copyright 2002, 2003, 2004, 2006, 2007, 2009 by Roberto Alameda. */
+/* Copyright 2002-2004, 2006, 2007, 2009, 2011 by Roberto Alameda. */
/* */
/* This file is part of the FreeType project, and may only be used, */
/* modified, and distributed under the terms of the FreeType project */
@@ -161,9 +161,10 @@
static const FT_Service_PsInfoRec t42_service_ps_info =
{
(PS_GetFontInfoFunc) t42_ps_get_font_info,
- (PS_GetFontExtraFunc) t42_ps_get_font_extra,
+ (PS_GetFontExtraFunc) t42_ps_get_font_extra,
(PS_HasGlyphNamesFunc) t42_ps_has_glyph_names,
- (PS_GetFontPrivateFunc)t42_ps_get_font_private
+ (PS_GetFontPrivateFunc)t42_ps_get_font_private,
+ (PS_GetFontValueFunc) NULL /* not implemented */
};