[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 77effa6950
commit 3f7bfbafcd
4 changed files with 6 additions and 1 deletions

View File

@@ -68,6 +68,8 @@ extern _X_EXPORT Bool enableIndirectGLX;
extern int defaultColorVisualClass;
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/mathx_priv.h"
#include "os/osdep.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;
#endif /* !_XSERV_GLOBAL_H_ */