dix: unexport defaultFontPath

Not needed by any external module, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-07 13:54:45 +01:00
committed by Enrico Weigelt
parent 61aa2ede91
commit 6c46954679
4 changed files with 6 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ extern Bool party_like_its_1989;
/* needed by libglx and libglamor (server modules) */
extern _X_EXPORT Bool enableIndirectGLX;
extern const char *defaultFontPath;
/*
* @brief callback right after one screen's root window has been initialized
*

View File

@@ -26,6 +26,7 @@
#include <errno.h>
#include "dix/dix_priv.h"
#include "os/ddx_priv.h"
#include "os/osdep.h"
#include "os/serverlock.h"

View File

@@ -31,6 +31,9 @@
#ifdef HAVE_XWIN_CONFIG_H
#include <xwin-config.h>
#endif
#include "dix/dix_priv.h"
#include "win.h"
#include "winconfig.h"
#include "winmsg.h"

View File

@@ -6,7 +6,6 @@
/* Global X server variables that are visible to mi, dix, os, and ddx */
extern _X_EXPORT const char *defaultFontPath;
extern _X_EXPORT int monitorResolution;
extern _X_EXPORT int defaultColorVisualClass;