dix: unexport SetDashes

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:37:33 +01:00 committed by Marge Bot
parent 30670e72c7
commit 407fe60483
2 changed files with 2 additions and 5 deletions

View File

@ -30,4 +30,6 @@ Bool CreateDefaultStipple(int screenNum);
void FreeDefaultStipple(int screenNum);
int SetDashes(GCPtr pGC, unsigned offset, unsigned ndash, unsigned char *pdash);
#endif /* _XSERVER_DIX_GC_PRIV_H */

View File

@ -88,11 +88,6 @@ extern _X_EXPORT int ChangeGC(ClientPtr /*client */ ,
BITS32 /*mask */ ,
ChangeGCValPtr /*pCGCV */ );
extern _X_EXPORT int SetDashes(GCPtr /*pGC */ ,
unsigned /*offset */ ,
unsigned /*ndash */ ,
unsigned char * /*pdash */ );
extern _X_EXPORT int VerifyRectOrder(int /*nrects */ ,
xRectangle * /*prects */ ,
int /*ordering */ );