[PR #1388] dix: unexport lastResourceType and TypeMask

PR: https://github.com/X11Libre/xserver/pull/1388
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-10 19:29:54 +01:00
parent 2d103fe2c3
commit b96d0ddb00
5 changed files with 6 additions and 6 deletions

View File

@@ -229,9 +229,6 @@ extern _X_EXPORT int dixLookupResourceByClass(void **result,
ClientPtr client,
Mask access_mode);
extern _X_EXPORT RESTYPE lastResourceType;
extern _X_EXPORT RESTYPE TypeMask;
/*
* @brief allocate a XID (resource ID) for the server itself
*