[PATCH 2/2] dri3: Disable when Xinerama is active
Adam Jackson
ajax at redhat.com
Fri Nov 8 06:23:16 PST 2013
Pretty sure this can't work.
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
dri3/dri3.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dri3/dri3.c b/dri3/dri3.c
index 2bca7ae..76e07b4 100644
--- a/dri3/dri3.c
+++ b/dri3/dri3.c
@@ -68,6 +68,11 @@ dri3_extension_init(void)
ExtensionEntry *extension;
int i;
+#ifdef PANORAMIX
+ if (!noPanoramiXExtension)
+ return;
+#endif
+
extension = AddExtension(DRI3_NAME, DRI3NumberEvents, DRI3NumberErrors,
proc_dri3_dispatch, sproc_dri3_dispatch,
NULL, StandardMinorOpcode);
--
1.8.3.1
More information about the xorg-devel
mailing list