mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 01:20:17 +01:00
bumped GLX version to 1.2, added glXGetCurrentDisplay()
This commit is contained in:
parent
8acb3a1238
commit
bf3f9bdaae
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: glx.h,v 1.6 1999/11/11 01:27:17 brianp Exp $ */
|
||||
/* $Id: glx.h,v 1.7 1999/11/22 21:51:53 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -49,6 +49,7 @@ extern "C" {
|
|||
|
||||
|
||||
#define GLX_VERSION_1_1 1
|
||||
#define GLX_VERSION_1_2 1
|
||||
|
||||
#define GLX_EXTENSION_NAME "GLX"
|
||||
|
||||
|
|
@ -197,6 +198,11 @@ extern const char *glXQueryServerString( Display *dpy, int screen, int name );
|
|||
extern const char *glXGetClientString( Display *dpy, int name );
|
||||
|
||||
|
||||
/* GLX 1.2 and later */
|
||||
|
||||
extern Display *glXGetCurrentDisplay( void );
|
||||
|
||||
|
||||
|
||||
/* GLX_MESA_pixmap_colormap */
|
||||
extern GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue