Revert "mi: unexport miValidateTree()"

This reverts commit 7e21a514d7.
This commit is contained in:
kohnish 2025-11-18 21:35:12 +01:00
parent f4ae013c8f
commit b29d022512
2 changed files with 5 additions and 1 deletions

View file

@ -264,6 +264,11 @@ extern _X_EXPORT Bool miScreenInit(ScreenPtr pScreen,
/* mivaltree.c */
extern _X_EXPORT int miValidateTree(WindowPtr /*pParent */ ,
WindowPtr /*pChild */ ,
VTKind /*kind */
);
extern _X_EXPORT void miWideLine(DrawablePtr /*pDrawable */ ,
GCPtr /*pGC */ ,
int /*mode */ ,

View file

@ -50,6 +50,5 @@ void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
unsigned int subWindowMode);
int miShapedWindowIn(RegionPtr universe, RegionPtr bounding, BoxPtr rect,
int x, int y);
int miValidateTree(WindowPtr pParent, WindowPtr pChild, VTKind kind);
#endif /* _XSERVER_MI_PRIV_H */