mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
[PR #1358] dix: unexport defaultFontPath
PR: https://github.com/X11Libre/xserver/pull/1358
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user