mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
mi: unexport miSetShape()
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:
committed by
Povilas Kanapickas
parent
f11e203215
commit
597ba690d3
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 miSetShape(WindowPtr /*pWin */ ,
|
||||
int /*kind */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void miChangeBorderWidth(WindowPtr /*pWin */ ,
|
||||
unsigned int /*width */
|
||||
);
|
||||
|
||||
@@ -64,5 +64,6 @@ 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 */
|
||||
|
||||
Reference in New Issue
Block a user