Skip to content

Commit ba37cc6

Browse files
committed
[PR #1457] dix: unexport enableIndirectGLX and bgNoneRoot
PR: #1457
1 parent e2018de commit ba37cc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dix/dix_priv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ extern HWEventQueuePtr checkForInput[2];
6060
/* -retro mode */
6161
extern Bool party_like_its_1989;
6262

63+
/* needed by libglx and libglamor (server modules) */
64+
extern _X_EXPORT Bool enableIndirectGLX;
65+
extern _X_EXPORT Bool bgNoneRoot;
66+
6367
/*
6468
* @brief callback right after one screen's root window has been initialized
6569
*

include/opaque.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ from The Open Group.
3333

3434
#include "globals.h"
3535

36-
// needed by libglx and libglamor (server modules)
37-
extern _X_EXPORT Bool enableIndirectGLX;
38-
extern _X_EXPORT Bool bgNoneRoot;
39-
4036
#endif /* OPAQUE_H */

0 commit comments

Comments
 (0)