mi: unexport miResizeWindow()
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
faad8ed1c6
commit
14565a4561
8
mi/mi.h
8
mi/mi.h
|
@ -280,14 +280,6 @@ extern _X_EXPORT void miPolylines(DrawablePtr pDrawable,
|
|||
|
||||
/* miwindow.c */
|
||||
|
||||
extern _X_EXPORT void miResizeWindow(WindowPtr /*pWin */ ,
|
||||
int /*x */ ,
|
||||
int /*y */ ,
|
||||
unsigned int /*w */ ,
|
||||
unsigned int /*h */ ,
|
||||
WindowPtr /*pSib */
|
||||
);
|
||||
|
||||
extern _X_EXPORT WindowPtr miGetLayerWindow(WindowPtr /*pWin */
|
||||
);
|
||||
|
||||
|
|
|
@ -61,5 +61,7 @@ Bool miMarkOverlappedWindows(WindowPtr pWin, WindowPtr pFirst,
|
|||
WindowPtr *ppLayerWin);
|
||||
void miHandleValidateExposures(WindowPtr pWin);
|
||||
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);
|
||||
|
||||
#endif /* _XSERVER_MI_PRIV_H */
|
||||
|
|
Loading…
Reference in New Issue