mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: unexport and document MarkClientException()
Not supposed to be used by external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -168,8 +168,6 @@ extern _X_EXPORT void SendErrorToClient(ClientPtr /*client */ ,
|
||||
XID /*resId */ ,
|
||||
int /*errorCode */ );
|
||||
|
||||
extern _X_EXPORT void MarkClientException(ClientPtr /*client */ );
|
||||
|
||||
/* dixutils.c */
|
||||
|
||||
extern _X_EXPORT int dixLookupWindow(WindowPtr *result,
|
||||
|
||||
Reference in New Issue
Block a user