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
*

View File

@ -32,6 +32,8 @@
#include <dix-config.h>
#include "dix/dix_priv.h"
#define MESA_EGL_NO_X11_HEADERS
#define EGL_NO_X11
#include <epoxy/egl.h>

View File

@ -23,6 +23,9 @@
#include <dix-config.h>
#include <GL/glxtokens.h>
#include "dix/dix_priv.h"
#include "glxserver.h"
#include "glxext.h"
#include "indirect_dispatch.h"

View File

@ -33,6 +33,7 @@
#include <dix-config.h>
#include "dix/dix_priv.h"
#include "include/extinit.h"
#include "extension_string.h"

View File

@ -50,6 +50,7 @@
#include <sys/types.h>
#include <grp.h>
#include "dix/dix_priv.h"
#include "dix/resource_priv.h"
#include "dix/screensaver_priv.h"
#include "include/extinit.h"

View File

@ -33,8 +33,6 @@ from The Open Group.
#include "globals.h"
// needed by libglx and libglamor (server modules)
extern _X_EXPORT Bool enableIndirectGLX;
extern _X_EXPORT Bool bgNoneRoot;
#endif /* OPAQUE_H */