From 7f7c3c88452fa83d3ff5c34b12a5459366f728e1 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 7 Feb 2025 17:18:11 +0100 Subject: [PATCH] FIXME (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 --- include/extinit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/extinit.h b/include/extinit.h index 937f71e0e..f67083c0a 100644 --- a/include/extinit.h +++ b/include/extinit.h @@ -57,6 +57,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. extern _X_EXPORT Bool noCompositeExtension; #endif +/* required by: several video drivers (eg. vmware and sis) */ #ifdef XINERAMA extern _X_EXPORT Bool noPanoramiXExtension; #endif /* XINERAMA */