mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
[PR #1467] dix: unexport defaultColorVisualClass
PR: https://github.com/X11Libre/xserver/pull/1467
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
@@ -8,6 +8,5 @@
|
||||
|
||||
extern _X_EXPORT const char *defaultFontPath;
|
||||
extern _X_EXPORT int monitorResolution;
|
||||
extern _X_EXPORT int defaultColorVisualClass;
|
||||
|
||||
#endif /* !_XSERV_GLOBAL_H_ */
|
||||
|
||||
@@ -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