From a7ce225546f57f5ee57bc44e3a6214ee421539b4 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 22d553899..e9913e5d2 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 4740facd8..4de969ca1 100644 --- a/os/utils.c +++ b/os/utils.c @@ -122,8 +122,6 @@ __stdcall unsigned long GetTickCount(void); #include "dixstruct_priv.h" #include "dpmsproc.h" -Bool noGEExtension = FALSE; - #define X_INCLUDE_NETDB_H #include