From 68fb79a0e5f6efd873da508829dfe284ced5c9cb Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 2 May 2024 19:03:28 +0200 Subject: [PATCH] (submit/miext-extinit) Xext: geext: move out noGEExtension to corresponding extension The OS abstraction isn't really the right place for those flags, they are're probably better off in their corresponding extensions. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/geext.c | 2 ++ os/utils.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Xext/geext.c b/Xext/geext.c index 22d553899e..e9913e5d26 100644 --- a/Xext/geext.c +++ b/Xext/geext.c @@ -37,6 +37,8 @@ #include "geext.h" #include "protocol-versions.h" +Bool noGEExtension = FALSE; + DevPrivateKeyRec GEClientPrivateKeyRec; GEExtension GEExtensions[MAXEXTENSIONS]; diff --git a/os/utils.c b/os/utils.c index 7e863be1ed..33549fe859 100644 --- a/os/utils.c +++ b/os/utils.c @@ -121,8 +121,6 @@ __stdcall unsigned long GetTickCount(void); #include "dixstruct_priv.h" #include "dpmsproc.h" -Bool noGEExtension = FALSE; - #define X_INCLUDE_NETDB_H #include