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:
parent
32512c579e
commit
fc1a7363eb
|
@ -22,4 +22,6 @@ int CopyGC(GCPtr pgcSrc, GCPtr pgcDst, BITS32 mask);
|
||||||
|
|
||||||
int FreeGC(void *pGC, XID gid);
|
int FreeGC(void *pGC, XID gid);
|
||||||
|
|
||||||
|
void FreeGCperDepth(int screenNum);
|
||||||
|
|
||||||
#endif /* _XSERVER_DIX_GC_PRIV_H */
|
#endif /* _XSERVER_DIX_GC_PRIV_H */
|
||||||
|
|
|
@ -85,6 +85,7 @@ Equipment Corporation.
|
||||||
|
|
||||||
#include "dix/callback_priv.h"
|
#include "dix/callback_priv.h"
|
||||||
#include "dix/dix_priv.h"
|
#include "dix/dix_priv.h"
|
||||||
|
#include "dix/gc_priv.h"
|
||||||
#include "dix/registry_priv.h"
|
#include "dix/registry_priv.h"
|
||||||
#include "os/audit.h"
|
#include "os/audit.h"
|
||||||
#include "os/auth.h"
|
#include "os/auth.h"
|
||||||
|
|
|
@ -88,8 +88,6 @@ extern _X_EXPORT int ChangeGC(ClientPtr /*client */ ,
|
||||||
BITS32 /*mask */ ,
|
BITS32 /*mask */ ,
|
||||||
ChangeGCValPtr /*pCGCV */ );
|
ChangeGCValPtr /*pCGCV */ );
|
||||||
|
|
||||||
extern _X_EXPORT void FreeGCperDepth(int /*screenNum */ );
|
|
||||||
|
|
||||||
extern _X_EXPORT Bool CreateGCperDepth(int /*screenNum */ );
|
extern _X_EXPORT Bool CreateGCperDepth(int /*screenNum */ );
|
||||||
|
|
||||||
extern _X_EXPORT Bool CreateDefaultStipple(int /*screenNum */ );
|
extern _X_EXPORT Bool CreateDefaultStipple(int /*screenNum */ );
|
||||||
|
|
Loading…
Reference in New Issue