From 836170c29122b5bc66e8179d25f4ab2fc2d24146 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 11:20:35 +0200 Subject: [PATCH] xfree86: xf86Priv.h: unexport xf86ConfigDir field Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86Config.h | 1 + hw/xfree86/common/xf86Priv.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Config.h b/hw/xfree86/common/xf86Config.h index f51491647..8dcd05a80 100644 --- a/hw/xfree86/common/xf86Config.h +++ b/hw/xfree86/common/xf86Config.h @@ -72,5 +72,6 @@ void xf86SetLogVerbosity(int verb); extern confDRIRec xf86ConfigDRI; extern const char *xf86ConfigFile; +extern const char *xf86ConfigDir; #endif /* _xf86_config_h */ diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 5f3508137..835935ea4 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -42,7 +42,6 @@ * Parameters set ONLY from the command line options * The global state of these things is held in xf86InfoRec (when appropriate). */ -extern _X_EXPORT const char *xf86ConfigDir; extern _X_EXPORT Bool xf86AllowMouseOpenFail; extern _X_EXPORT Bool xf86AutoBindGPUDisabled;