glx/x11: Fix missing __GL_EXT_BYTES declaration

This commit is contained in:
Jeremy Huddleston 2008-08-08 02:37:14 -07:00
parent 01ac4540f0
commit ec770150ed
2 changed files with 3 additions and 1 deletions

View 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

View 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.