dix: unexport FreeDefaultStipple()

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-05 20:05:42 +01:00 committed by Marge Bot
parent f6af379928
commit 30670e72c7
2 changed files with 2 additions and 2 deletions

View File

@ -28,4 +28,6 @@ Bool CreateGCperDepth(int screenNum);
Bool CreateDefaultStipple(int screenNum); Bool CreateDefaultStipple(int screenNum);
void FreeDefaultStipple(int screenNum);
#endif /* _XSERVER_DIX_GC_PRIV_H */ #endif /* _XSERVER_DIX_GC_PRIV_H */

View File

@ -88,8 +88,6 @@ extern _X_EXPORT int ChangeGC(ClientPtr /*client */ ,
BITS32 /*mask */ , BITS32 /*mask */ ,
ChangeGCValPtr /*pCGCV */ ); ChangeGCValPtr /*pCGCV */ );
extern _X_EXPORT void FreeDefaultStipple(int /*screenNum */ );
extern _X_EXPORT int SetDashes(GCPtr /*pGC */ , extern _X_EXPORT int SetDashes(GCPtr /*pGC */ ,
unsigned /*offset */ , unsigned /*offset */ ,
unsigned /*ndash */ , unsigned /*ndash */ ,