mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
@@ -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
|
||||
*
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user