mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: deprecate GetFontPath()
The function isn't used anymore, but still part of SDK/ABI. And it shouldn't be used by drivers, ever. Marking it as deprecated now, so we can remove it later. (it's also not present in recent proprietary NVidia drivers, btw) Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
a7811ea424
commit
9678c60ad1
@@ -74,9 +74,10 @@ extern _X_EXPORT int SetFontPath(ClientPtr /*client */ ,
|
||||
|
||||
extern _X_EXPORT int SetDefaultFontPath(const char * /*path */ );
|
||||
|
||||
/* not used by any known external driver, so can be removed soon */
|
||||
extern _X_EXPORT int GetFontPath(ClientPtr client,
|
||||
int *count,
|
||||
int *length, unsigned char **result);
|
||||
int *length, unsigned char **result) _X_DEPRECATED;
|
||||
|
||||
extern _X_EXPORT void DeleteClientFontStuff(ClientPtr /*client */ );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user