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 4aa6d3e4fd
commit 644b664ab3
3 changed files with 3 additions and 1 deletions

View File

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

@@ -16,7 +16,6 @@
extern _X_EXPORT const char *defaultFontPath;
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"