Revert "mi: unexport miSetShape()"

This reverts commit 597ba690d3.
This commit is contained in:
kohnish 2025-11-18 21:34:48 +01:00
parent a06fac4ac2
commit 9e0151e64a
2 changed files with 4 additions and 1 deletions

View file

@ -286,6 +286,10 @@ extern _X_EXPORT void miPolylines(DrawablePtr pDrawable,
/* miwindow.c */
extern _X_EXPORT void miSetShape(WindowPtr /*pWin */ ,
int /*kind */
);
extern _X_EXPORT void miChangeBorderWidth(WindowPtr /*pWin */ ,
unsigned int /*width */
);

View file

@ -63,6 +63,5 @@ void miMoveWindow(WindowPtr pWin, int x, int y, WindowPtr pNextSib, VTKind kind)
void miResizeWindow(WindowPtr pWin, int x, int y, unsigned int w,
unsigned int h, WindowPtr pSib);
WindowPtr miGetLayerWindow(WindowPtr pWin);
void miSetShape(WindowPtr pWin, int kind);
#endif /* _XSERVER_MI_PRIV_H */