diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-16 14:44:33 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-16 14:49:36 -0400 |
commit | affec10635343668839994ea2bac16c1d4524200 (patch) | |
tree | ccf5a8b878d74b00e989c7a8c9dc1af4f7007453 /include/dixfont.h | |
parent | acc91054316208844742495dea0b80a860ef02bb (diff) |
Remove loadable font renderer support.
Diffstat (limited to 'include/dixfont.h')
-rw-r--r-- | include/dixfont.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/dixfont.h b/include/dixfont.h index 516d91b58..d61dd7e9e 100644 --- a/include/dixfont.h +++ b/include/dixfont.h @@ -33,10 +33,6 @@ SOFTWARE. typedef struct _DIXFontProp *DIXFontPropPtr; -extern FPEFunctions *fpe_functions; - -extern int FontToXError(int /*err*/); - extern Bool SetDefaultFont(char * /*defaultfontname*/); extern void QueueFontWakeup(FontPathElementPtr /*fpe*/); @@ -110,12 +106,6 @@ extern int GetFontPath(ClientPtr client, int *length, unsigned char **result); -extern int LoadGlyphs(ClientPtr /*client*/, - FontPtr /*pfont*/, - unsigned /*nchars*/, - int /*item_size*/, - unsigned char * /*data*/); - extern void DeleteClientFontStuff(ClientPtr /*client*/); /* Quartz support on Mac OS X pulls in the QuickDraw |