dix: unexport defaultColorVisualClass

Not used by any drivers, 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 14:29:35 +01:00
parent 92e88bf533
commit 3eb0e35f90
3 changed files with 3 additions and 1 deletions

View File

@@ -68,6 +68,8 @@ extern _X_EXPORT Bool enableIndirectGLX;
extern const char *defaultFontPath;
extern int defaultColorVisualClass;
/*
* @brief callback right after one screen's root window has been initialized
*

View File

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

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"