(submit/miext-extinit) render: unexport noRenderExtension field
This field isn't used by any drivers, and also better belongs into the corresponding extension instead of OS adaption layer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
90984e4c9a
commit
5564d7585c
|
@ -62,8 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
|
||||||
extern _X_EXPORT Bool noPanoramiXExtension;
|
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern _X_EXPORT Bool noRenderExtension;
|
|
||||||
|
|
||||||
#if defined(RES)
|
#if defined(RES)
|
||||||
extern _X_EXPORT Bool noResExtension;
|
extern _X_EXPORT Bool noResExtension;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -13,6 +13,7 @@ extern Bool noDbeExtension;
|
||||||
extern Bool noDPMSExtension;
|
extern Bool noDPMSExtension;
|
||||||
extern Bool noGEExtension;
|
extern Bool noGEExtension;
|
||||||
extern Bool noGlxExtension;
|
extern Bool noGlxExtension;
|
||||||
|
extern Bool noRenderExtension;
|
||||||
extern Bool noRRExtension;
|
extern Bool noRRExtension;
|
||||||
extern Bool noTestExtensions;
|
extern Bool noTestExtensions;
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,6 @@ Bool noScreenSaverExtension = FALSE;
|
||||||
#ifdef MITSHM
|
#ifdef MITSHM
|
||||||
Bool noMITShmExtension = FALSE;
|
Bool noMITShmExtension = FALSE;
|
||||||
#endif
|
#endif
|
||||||
Bool noRenderExtension = FALSE;
|
|
||||||
Bool noShapeExtension = FALSE;
|
Bool noShapeExtension = FALSE;
|
||||||
|
|
||||||
#ifdef XCSECURITY
|
#ifdef XCSECURITY
|
||||||
|
|
|
@ -58,6 +58,8 @@
|
||||||
#include "panoramiXsrv.h"
|
#include "panoramiXsrv.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Bool noRenderExtension = FALSE;
|
||||||
|
|
||||||
static int ProcRenderQueryVersion(ClientPtr pClient);
|
static int ProcRenderQueryVersion(ClientPtr pClient);
|
||||||
static int ProcRenderQueryPictFormats(ClientPtr pClient);
|
static int ProcRenderQueryPictFormats(ClientPtr pClient);
|
||||||
static int ProcRenderQueryPictIndexValues(ClientPtr pClient);
|
static int ProcRenderQueryPictIndexValues(ClientPtr pClient);
|
||||||
|
|
Loading…
Reference in New Issue