mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xace: add hooks + new access codes: core protocol server requests
This commit is contained in:
@@ -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*/,
|
||||
|
||||
Reference in New Issue
Block a user