From ec770150edff9a5955f52e538adc4bac94c92cad Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Fri, 8 Aug 2008 02:37:14 -0700 Subject: [PATCH] glx/x11: Fix missing __GL_EXT_BYTES declaration --- src/glx/x11/glxclient.h | 2 ++ src/glx/x11/glxextensions.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index b0a5d1315ac..8143289ecc8 100644 --- a/src/glx/x11/glxclient.h +++ b/src/glx/x11/glxclient.h @@ -66,6 +66,8 @@ # include #endif +#include "glxextensions.h" + #define GLX_MAJOR_VERSION 1 /* current version numbers */ #define GLX_MINOR_VERSION 4 diff --git a/src/glx/x11/glxextensions.h b/src/glx/x11/glxextensions.h index 9cdd05ed761..b99cebbdfaf 100644 --- a/src/glx/x11/glxextensions.h +++ b/src/glx/x11/glxextensions.h @@ -244,7 +244,7 @@ extern GLboolean __glExtensionBitIsEnabled( const struct __GLXcontextRec * gc, unsigned bit ); extern void -__glXEnableDirectExtension(__GLXscreenConfigs *psc, const char *name); +__glXEnableDirectExtension(struct __GLXscreenConfigsRec *psc, const char *name); /* Source-level backwards compatibility with old drivers. They won't * find the respective functions, though. -- 2.11.0