mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
glx/x11: Fix missing __GL_EXT_BYTES declaration
This commit is contained in:
parent
01ac4540f0
commit
ec770150ed
2 changed files with 3 additions and 1 deletions
|
|
@ -66,6 +66,8 @@
|
|||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include "glxextensions.h"
|
||||
|
||||
#define GLX_MAJOR_VERSION 1 /* current version numbers */
|
||||
#define GLX_MINOR_VERSION 4
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue