summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-06-23 15:18:03 +0300
committerKeith Packard <keithp@keithp.com>2010-06-24 13:55:28 -0700
commit75536ee80595c79bba95a1fb6844126ee08486d4 (patch)
treed3f7126601941dbde3a06d529af73cd979344d4c /dix
parenta68a101a730df7f73421555e381a50b074607c5e (diff)
dix: use one single function to register fpe fonts
X server doesn't need to understand fpe internals, so use register_fpe_functions from libXfont. It's required to get new version of libXfont, therefore adjust it to be passed to autoconf. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'dix')
-rw-r--r--dix/dixfonts.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dix/dixfonts.c b/dix/dixfonts.c
index b51ad841f..4a8f113ba 100644
--- a/dix/dixfonts.c
+++ b/dix/dixfonts.c
@@ -1924,9 +1924,7 @@ InitFonts (void)
{
patternCache = MakeFontPatternCache();
- BuiltinRegisterFpeFunctions();
- FontFileRegisterFpeFunctions();
- fs_register_fpe_functions();
+ register_fpe_functions();
}
int