mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 05:57:53 +00:00
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:
parent
9d89346c27
commit
95499a9525
@ -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
|
||||
*
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "include/extinit.h"
|
||||
|
||||
#include "extension_string.h"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user