mi: unexport miChangeBorderWidth()
Not used by any driveres/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
597ba690d3
commit
b23ecec2f4
4
mi/mi.h
4
mi/mi.h
|
@ -280,10 +280,6 @@ extern _X_EXPORT void miPolylines(DrawablePtr pDrawable,
|
|||
|
||||
/* miwindow.c */
|
||||
|
||||
extern _X_EXPORT void miChangeBorderWidth(WindowPtr /*pWin */ ,
|
||||
unsigned int /*width */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void miMarkUnrealizedWindow(WindowPtr /*pChild */ ,
|
||||
WindowPtr /*pWin */ ,
|
||||
Bool /*fromConfigure */
|
||||
|
|
|
@ -65,5 +65,6 @@ 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);
|
||||
void miChangeBorderWidth(WindowPtr pWin, unsigned int width);
|
||||
|
||||
#endif /* _XSERVER_MI_PRIV_H */
|
||||
|
|
Loading…
Reference in New Issue