From 98ea64046358cf38dd6c5ee97f3dca99d2009ecc 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 a543c530e..ac9cfb273 100644 --- a/Xext/geext.c +++ b/Xext/geext.c @@ -35,6 +35,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 8076dfe0a..de49e2b35 100644 --- a/os/utils.c +++ b/os/utils.c @@ -120,8 +120,6 @@ __stdcall unsigned long GetTickCount(void); #include "dixstruct_priv.h" #include "dpmsproc.h" -Bool noGEExtension = FALSE; - #define X_INCLUDE_NETDB_H #include