(submit/miext-extinit) panoramix: move noPanoramiXExtension field into extension.
This field is better of in the corresponding extension, than in the OS layer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
2684210337
commit
9d9f412d3e
|
@ -63,6 +63,9 @@ extern VisualPtr glxMatchVisual(ScreenPtr pScreen,
|
||||||
VisualPtr pVisual, ScreenPtr pMatchScreen);
|
VisualPtr pVisual, ScreenPtr pMatchScreen);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Xinerama is disabled by default unless enabled via +xinerama */
|
||||||
|
Bool noPanoramiXExtension = TRUE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PanoramiX data declarations
|
* PanoramiX data declarations
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -56,6 +56,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#ifdef COMPOSITE
|
#ifdef COMPOSITE
|
||||||
extern _X_EXPORT Bool noCompositeExtension;
|
extern _X_EXPORT Bool noCompositeExtension;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* required by: several video drivers (eg. vmware and sis) */
|
||||||
#ifdef PANORAMIX
|
#ifdef PANORAMIX
|
||||||
extern _X_EXPORT Bool noPanoramiXExtension;
|
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -154,10 +154,6 @@ Bool noXFree86DRIExtension = FALSE;
|
||||||
Bool noXFree86VidModeExtension = FALSE;
|
Bool noXFree86VidModeExtension = FALSE;
|
||||||
#endif
|
#endif
|
||||||
Bool noXFixesExtension = FALSE;
|
Bool noXFixesExtension = FALSE;
|
||||||
#ifdef PANORAMIX
|
|
||||||
/* Xinerama is disabled by default unless enabled via +xinerama */
|
|
||||||
Bool noPanoramiXExtension = TRUE;
|
|
||||||
#endif
|
|
||||||
#ifdef DRI2
|
#ifdef DRI2
|
||||||
Bool noDRI2Extension = FALSE;
|
Bool noDRI2Extension = FALSE;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue