Skip to content

Commit 501b1a9

Browse files
committed
[PR #1467] dix: unexport defaultColorVisualClass
PR: #1467
1 parent 91aeb2e commit 501b1a9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dix/dix_priv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ extern Bool party_like_its_1989;
6666
/* needed by libglx and libglamor (server modules) */
6767
extern _X_EXPORT Bool enableIndirectGLX;
6868

69+
extern int defaultColorVisualClass;
70+
6971
/*
7072
* @brief callback right after one screen's root window has been initialized
7173
*

include/globals.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
extern _X_EXPORT const char *defaultFontPath;
1010
extern _X_EXPORT int monitorResolution;
11-
extern _X_EXPORT int defaultColorVisualClass;
1211

1312
extern _X_EXPORT char *SeatId;
1413

mi/micmap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <X11/Xproto.h>
3434

3535
#include "dix/colormap_priv.h"
36+
#include "dix/dix_priv.h"
3637
#include "mi/mi_priv.h"
3738
#include "os/bug_priv.h"
3839
#include "os/osdep.h"

0 commit comments

Comments
 (0)