dix: unexport SetClipRects()

Not used by any driver, so no need to export it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1365>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-06 10:46:03 +01:00 committed by Marge Bot
parent 9a8e6c5bfd
commit 2b7a2f8ed2
2 changed files with 7 additions and 7 deletions

View File

@ -34,4 +34,11 @@ int SetDashes(GCPtr pGC, unsigned offset, unsigned ndash, unsigned char *pdash);
int VerifyRectOrder(int nrects, xRectangle *prects, int ordering);
int SetClipRects(GCPtr pGC,
int xOrigin,
int yOrigin,
int nrects,
xRectangle *prects,
int ordering);
#endif /* _XSERVER_DIX_GC_PRIV_H */

View File

@ -88,13 +88,6 @@ extern _X_EXPORT int ChangeGC(ClientPtr /*client */ ,
BITS32 /*mask */ ,
ChangeGCValPtr /*pCGCV */ );
extern _X_EXPORT int SetClipRects(GCPtr /*pGC */ ,
int /*xOrigin */ ,
int /*yOrigin */ ,
int /*nrects */ ,
xRectangle * /*prects */ ,
int /*ordering */ );
extern _X_EXPORT GCPtr GetScratchGC(unsigned /*depth */ ,
ScreenPtr /*pScreen */ );