From 9f325d10449e92b3b33762f1e79e04d6dc3a94e3 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 22:32:08 +0200 Subject: [PATCH] FIXME (submit/miext-extinit) composite: move noCompositeExtension into the extension code This flag is better off in the extension code instead of 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 64feaa7a8..69559f9d2 100644 --- a/include/extinit.h +++ b/include/extinit.h @@ -53,6 +53,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "extnsionst.h" +/* required by: libglx */ #ifdef COMPOSITE extern _X_EXPORT Bool noCompositeExtension; #endif