mi: unexport miValidateTree()
Not used by any drivers/modules, so no need to keep it public. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1727>
This commit is contained in:
parent
c2ee74c523
commit
7e21a514d7
5
mi/mi.h
5
mi/mi.h
|
@ -258,11 +258,6 @@ 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 */ ,
|
||||
|
|
|
@ -51,5 +51,6 @@ void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
|
|||
Bool miCreateScreenResources(ScreenPtr pScreen);
|
||||
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 */
|
||||
|
|
Loading…
Reference in New Issue