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:
parent
7e30f2c8e1
commit
32512c579e
|
@ -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 */
|
||||
|
|
|
@ -123,6 +123,7 @@ Equipment Corporation.
|
|||
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "dix/gc_priv.h"
|
||||
#include "dix/registry_priv.h"
|
||||
|
||||
#include "misc.h"
|
||||
|
|
|
@ -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 */ );
|
||||
|
|
Loading…
Reference in New Issue