mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
miinitext: Load GLX on the mi path
Add a stub for Xnest so it continues to link, but otherwise we support GLX on every server so there's no need to make every DDX add it. Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -78,6 +78,7 @@ extern void GEExtensionInit(void);
|
||||
|
||||
#ifdef GLXEXT
|
||||
extern _X_EXPORT Bool noGlxExtension;
|
||||
extern void GlxExtensionInit(void);
|
||||
#endif
|
||||
|
||||
#ifdef PANORAMIX
|
||||
|
||||
@@ -27,9 +27,8 @@
|
||||
#define GLX_EXT_INIT_H
|
||||
|
||||
/* this is separate due to sdksyms pulling in extinit.h */
|
||||
/* XXX this comment no longer makes sense i think */
|
||||
#ifdef GLXEXT
|
||||
extern void GlxExtensionInit(void);
|
||||
|
||||
typedef struct __GLXprovider __GLXprovider;
|
||||
typedef struct __GLXscreen __GLXscreen;
|
||||
struct __GLXprovider {
|
||||
|
||||
Reference in New Issue
Block a user