mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
mi: unexport miSourceValidate()
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
a54e8f5343
commit
191cca0905
5
mi/mi.h
5
mi/mi.h
@@ -232,11 +232,6 @@ extern _X_EXPORT void miPushPixels(GCPtr /*pGC */ ,
|
||||
);
|
||||
|
||||
/* miscrinit.c */
|
||||
|
||||
extern _X_EXPORT void
|
||||
miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
|
||||
unsigned int subWindowMode);
|
||||
|
||||
extern _X_EXPORT Bool miModifyPixmapHeader(PixmapPtr pPixmap,
|
||||
int width,
|
||||
int height,
|
||||
|
||||
@@ -47,4 +47,7 @@ void miWindowExposures(WindowPtr pWin, RegionPtr prgn);
|
||||
|
||||
void miPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
|
||||
|
||||
void miSourceValidate(DrawablePtr pDrawable, int x, int y, int w, int h,
|
||||
unsigned int subWindowMode);
|
||||
|
||||
#endif /* _XSERVER_MI_PRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user