diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-15 14:14:45 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-16 10:33:58 -0400 |
commit | 568ae737d1d5d476a0bf85659d88910c4e0ef5e0 (patch) | |
tree | 9d90a248b139d469ba6decf302f994bc4bd10a70 /include/dixfont.h | |
parent | 3c9553ac2cac7f3a41966def44a50d722d7e645b (diff) |
xace: add hooks + new access codes: core protocol server requests
Diffstat (limited to 'include/dixfont.h')
-rw-r--r-- | include/dixfont.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/dixfont.h b/include/dixfont.h index 709da6272..54017ce2d 100644 --- a/include/dixfont.h +++ b/include/dixfont.h @@ -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*/, |