dix: unexport FreeGC()

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 19:51:58 +01:00 committed by Marge Bot
parent 7e30f2c8e1
commit 32512c579e
3 changed files with 3 additions and 3 deletions

View File

@ -20,4 +20,6 @@ GCPtr CreateGC(DrawablePtr pDrawable,
int CopyGC(GCPtr pgcSrc, GCPtr pgcDst, BITS32 mask);
int FreeGC(void *pGC, XID gid);
#endif /* _XSERVER_DIX_GC_PRIV_H */

View File

@ -123,6 +123,7 @@ Equipment Corporation.
#include <X11/X.h>
#include "dix/gc_priv.h"
#include "dix/registry_priv.h"
#include "misc.h"

View File

@ -88,9 +88,6 @@ extern _X_EXPORT int ChangeGC(ClientPtr /*client */ ,
BITS32 /*mask */ ,
ChangeGCValPtr /*pCGCV */ );
extern _X_EXPORT int FreeGC(void *pGC,
XID gid);
extern _X_EXPORT void FreeGCperDepth(int /*screenNum */ );
extern _X_EXPORT Bool CreateGCperDepth(int /*screenNum */ );