dix: unexport PrintPassiveGrabs() and PrintWindowTree()

These are only for internal debug output, not needed for drivers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-19 17:17:16 +01:00
committed by Enrico Weigelt
parent 8059c260c2
commit 40acb2d83e
3 changed files with 4 additions and 2 deletions

View File

@@ -59,4 +59,7 @@ Bool dixWindowIsRoot(Window window);
*/
int DoCreateWindowReq(ClientPtr client, xCreateWindowReq *stuff, XID *xids);
void PrintPassiveGrabs(void);
void PrintWindowTree(void);
#endif /* _XSERVER_DIX_WINDOW_PRIV_H */