[PR #1467] dix: unexport defaultColorVisualClass

PR: https://github.com/X11Libre/xserver/pull/1467
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-07 14:29:35 +01:00
parent 28135aff97
commit e73a4b492e
3 changed files with 3 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 int defaultColorVisualClass;
/*
* @brief callback right after one screen's root window has been initialized
*

View File

@@ -8,6 +8,5 @@
extern _X_EXPORT const char *defaultFontPath;
extern _X_EXPORT int monitorResolution;
extern _X_EXPORT int defaultColorVisualClass;
#endif /* !_XSERV_GLOBAL_H_ */

View File

@@ -33,6 +33,7 @@
#include <X11/Xproto.h>
#include "dix/colormap_priv.h"
#include "dix/dix_priv.h"
#include "mi/mi_priv.h"
#include "os/bug_priv.h"
#include "os/osdep.h"