77b4f52086
- Enable builtin fallback versions of cursor and fixed fonts.
13 lines
333 B
Diff
13 lines
333 B
Diff
--- ./dix/dixfonts.c.builtin-fonts 2006-09-06 16:45:20.000000000 -0400
|
|
+++ ./dix/dixfonts.c 2006-09-06 16:45:31.000000000 -0400
|
|
@@ -1904,9 +1904,7 @@
|
|
} else
|
|
#endif
|
|
{
|
|
-#ifdef KDRIVESERVER
|
|
BuiltinRegisterFpeFunctions();
|
|
-#endif
|
|
FontFileRegisterFpeFunctions();
|
|
#ifndef NOFONTSERVERACCESS
|
|
fs_register_fpe_functions();
|