dix: unexport enableIndirectGLX

Still needs to be _X_EXPORT'ed for internal modules, but
not supposed to be visible to external drivers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-20 15:08:20 +01:00
committed by Enrico Weigelt
parent 9d89346c27
commit 95499a9525
6 changed files with 10 additions and 2 deletions

View File

@@ -60,6 +60,9 @@ extern HWEventQueuePtr checkForInput[2];
/* -retro mode */
extern Bool party_like_its_1989;
/* needed by libglx and libglamor (server modules) */
extern _X_EXPORT Bool enableIndirectGLX;
/*
* @brief callback right after one screen's root window has been initialized
*