[PR #1358] dix: unexport defaultFontPath

PR: https://github.com/X11Libre/xserver/pull/1358
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-07 13:54:45 +01:00
parent 8037f00a33
commit 3d0499f250
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

@@ -29,6 +29,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;