mi: unexport miCreateScreenResources()
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
191cca0905
commit
d14ae53e1f
3
mi/mi.h
3
mi/mi.h
|
@ -241,9 +241,6 @@ extern _X_EXPORT Bool miModifyPixmapHeader(PixmapPtr pPixmap,
|
||||||
void *pPixData
|
void *pPixData
|
||||||
);
|
);
|
||||||
|
|
||||||
extern _X_EXPORT Bool miCreateScreenResources(ScreenPtr /*pScreen */
|
|
||||||
);
|
|
||||||
|
|
||||||
extern _X_EXPORT Bool miScreenInit(ScreenPtr pScreen,
|
extern _X_EXPORT Bool miScreenInit(ScreenPtr pScreen,
|
||||||
void *pbits,
|
void *pbits,
|
||||||
int xsize,
|
int xsize,
|
||||||
|
|
|
@ -46,8 +46,8 @@ void miSendExposures(WindowPtr pWin, RegionPtr pRgn, int dx, int dy);
|
||||||
void miWindowExposures(WindowPtr pWin, RegionPtr prgn);
|
void miWindowExposures(WindowPtr pWin, RegionPtr prgn);
|
||||||
|
|
||||||
void miPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
|
void miPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
|
||||||
|
|
||||||
void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
|
void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
|
||||||
unsigned int subWindowMode);
|
unsigned int subWindowMode);
|
||||||
|
Bool miCreateScreenResources(ScreenPtr pScreen);
|
||||||
|
|
||||||
#endif /* _XSERVER_MI_PRIV_H */
|
#endif /* _XSERVER_MI_PRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue