glx/x11: Fix missing __GL_EXT_BYTES declaration
authorJeremy Huddleston <jeremyhu@freedesktop.org>
Fri, 8 Aug 2008 09:37:14 +0000 (02:37 -0700)
committerJeremy Huddleston <jeremyhu@freedesktop.org>
Fri, 8 Aug 2008 09:37:14 +0000 (02:37 -0700)
src/glx/x11/glxclient.h
src/glx/x11/glxextensions.h

index b0a5d1315ac802d576577b8cac1a7049d21f3c8f..8143289ecc8c5a7aab99c74fa93cc2461d329752 100644 (file)
@@ -66,6 +66,8 @@
 # include <pthread.h>
 #endif
 
+#include "glxextensions.h"
+
 #define GLX_MAJOR_VERSION      1       /* current version numbers */
 #define GLX_MINOR_VERSION      4
 
index 9cdd05ed761812f46221eadd4e62db5d8ea08bb5..b99cebbdfafe68f9c2acf13da03f038b521a47ef 100644 (file)
@@ -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.