(submit/miext-extinit) randr: unexport noRRExtension 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
adfb3031b0
commit
7ff13f102c
|
@ -62,10 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
|
||||||
extern _X_EXPORT Bool noPanoramiXExtension;
|
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef RANDR
|
|
||||||
extern _X_EXPORT Bool noRRExtension;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern _X_EXPORT Bool noRenderExtension;
|
extern _X_EXPORT Bool noRenderExtension;
|
||||||
|
|
||||||
#if defined(RES)
|
#if defined(RES)
|
||||||
|
|
|
@ -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 noRRExtension;
|
||||||
extern Bool noTestExtensions;
|
extern Bool noTestExtensions;
|
||||||
|
|
||||||
void CompositeExtensionInit(void);
|
void CompositeExtensionInit(void);
|
||||||
|
|
|
@ -130,9 +130,6 @@ Bool noScreenSaverExtension = FALSE;
|
||||||
#ifdef MITSHM
|
#ifdef MITSHM
|
||||||
Bool noMITShmExtension = FALSE;
|
Bool noMITShmExtension = FALSE;
|
||||||
#endif
|
#endif
|
||||||
#ifdef RANDR
|
|
||||||
Bool noRRExtension = FALSE;
|
|
||||||
#endif
|
|
||||||
Bool noRenderExtension = FALSE;
|
Bool noRenderExtension = FALSE;
|
||||||
Bool noShapeExtension = FALSE;
|
Bool noShapeExtension = FALSE;
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,8 @@
|
||||||
#define SubPixelUnknown 0
|
#define SubPixelUnknown 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Bool noRRExtension = FALSE;
|
||||||
|
|
||||||
#define RR_VALIDATE
|
#define RR_VALIDATE
|
||||||
static int RRNScreens;
|
static int RRNScreens;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue