mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
committed by
Enrico Weigelt
parent
8059c260c2
commit
40acb2d83e
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user