Skip to content

Commit 06f3aff

Browse files
committed
[PR #1467] dix: unexport defaultColorVisualClass
PR: #1467
1 parent ed8d39a commit 06f3aff

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
@@ -63,6 +63,8 @@ extern Bool party_like_its_1989;
6363
/* needed by libglx and libglamor (server modules) */
6464
extern _X_EXPORT Bool enableIndirectGLX;
6565

66+
extern int defaultColorVisualClass;
67+
6668
/*
6769
* @brief callback right after one screen's root window has been initialized
6870
*

include/globals.h

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

1717
extern _X_EXPORT const char *defaultFontPath;
1818
extern _X_EXPORT int monitorResolution;
19-
extern _X_EXPORT int defaultColorVisualClass;
2019

2120
extern _X_EXPORT char *SeatId;
2221

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)