xace: add hooks + new access codes: core protocol server requests

This commit is contained in:
Eamon Walsh
2007-08-15 14:14:45 -04:00
committed by Eamon Walsh
parent 3c9553ac2c
commit 568ae737d1
7 changed files with 62 additions and 28 deletions

View File

@@ -105,8 +105,10 @@ extern int SetFontPath(ClientPtr /*client*/,
extern int SetDefaultFontPath(char * /*path*/);
extern unsigned char *GetFontPath(int * /*count*/,
int * /*length*/);
extern int GetFontPath(ClientPtr client,
int *count,
int *length,
unsigned char **result);
extern int LoadGlyphs(ClientPtr /*client*/,
FontPtr /*pfont*/,