mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +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
@@ -211,8 +211,6 @@ extern _X_EXPORT RegionPtr CreateBoundingShape(WindowPtr /* pWin */ );
|
||||
extern _X_EXPORT RegionPtr CreateClipShape(WindowPtr /* pWin */ );
|
||||
|
||||
extern _X_EXPORT void SetRootClip(ScreenPtr pScreen, int enable);
|
||||
extern _X_EXPORT void PrintWindowTree(void);
|
||||
extern _X_EXPORT void PrintPassiveGrabs(void);
|
||||
|
||||
extern _X_EXPORT VisualPtr WindowGetVisual(WindowPtr /*pWin*/);
|
||||
#endif /* WINDOW_H */
|
||||
|
||||
Reference in New Issue
Block a user