mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
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:
committed by
Povilas Kanapickas
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 */
|
||||
|
||||
Reference in New Issue
Block a user