dix: unexport FreeGCperDepth()

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:55:09 +01:00 committed by Marge Bot
parent 32512c579e
commit fc1a7363eb
3 changed files with 3 additions and 2 deletions

View File

@ -22,4 +22,6 @@ int CopyGC(GCPtr pgcSrc, GCPtr pgcDst, BITS32 mask);
int FreeGC(void *pGC, XID gid);
void FreeGCperDepth(int screenNum);
#endif /* _XSERVER_DIX_GC_PRIV_H */

View File

@ -85,6 +85,7 @@ Equipment Corporation.
#include "dix/callback_priv.h"
#include "dix/dix_priv.h"
#include "dix/gc_priv.h"
#include "dix/registry_priv.h"
#include "os/audit.h"
#include "os/auth.h"

View File

@ -88,8 +88,6 @@ extern _X_EXPORT int ChangeGC(ClientPtr /*client */ ,
BITS32 /*mask */ ,
ChangeGCValPtr /*pCGCV */ );
extern _X_EXPORT void FreeGCperDepth(int /*screenNum */ );
extern _X_EXPORT Bool CreateGCperDepth(int /*screenNum */ );
extern _X_EXPORT Bool CreateDefaultStipple(int /*screenNum */ );