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:
parent
9a8e6c5bfd
commit
2b7a2f8ed2
|
@ -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 */
|
||||
|
|
|
@ -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 */ );
|
||||
|
||||
|
|
Loading…
Reference in New Issue