mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Remove loadable font renderer support.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user