diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-07 19:37:03 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-07 19:37:03 -0200 |
commit | 49b93df8a3002db7196aa3fc1fd8dca1c12a55d6 (patch) | |
tree | 10e6be875a410b30842fed19cc551cea960663c2 /include | |
parent | 4f004231871c830e16c4525cfaab183fad0aee86 (diff) |
Default to use standard bitmap fonts, with builtins as fallback
The builtin-fonts configure option was removed, as it at best should
have been a runtime option. Instead, now it always register all "font
path element" backends, and adds built-ins fonts at the end of the
default font path.
This should be a more reasonable solution, to "correct" the most
common Xorg FAQ (could not open default font 'fixed'), and also don't
break by default applications that use only the standard/historical
X Font rendering.
Diffstat (limited to 'include')
-rw-r--r-- | include/dixfont.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dixfont.h b/include/dixfont.h index 97bd712ce..e444a2024 100644 --- a/include/dixfont.h +++ b/include/dixfont.h @@ -143,6 +143,11 @@ extern _X_EXPORT void InitGlyphCaching(void); extern _X_EXPORT void SetGlyphCachingMode(int /*newmode*/); /* + * libXfont/src/builtins/builtin.h + */ +extern _X_EXPORT void BuiltinRegisterFpeFunctions(void); + +/* * libXfont stubs. */ extern _X_EXPORT int client_auth_generation(ClientPtr client); |