Browse Source

added missing const to glXGetContextIDEXT() prototype

tags/mesa_4_1
Brian Paul 23 years ago
parent
commit
199b931c07
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      include/GL/glxext.h

+ 1
- 1
include/GL/glxext.h View File

@@ -413,7 +413,7 @@ typedef void ( * PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSou
#ifdef GLX_GLXEXT_PROTOTYPES
extern Display * glXGetCurrentDisplayEXT (void);
extern int glXQueryContextInfoEXT (Display *, GLXContext, int, int *);
extern GLXContextID glXGetContextIDEXT (GLXContext);
extern GLXContextID glXGetContextIDEXT (const GLXContext);
extern GLXContext glXImportContextEXT (Display *, GLXContextID);
extern void glXFreeContextEXT (Display *, GLXContext);
#endif /* GLX_GLXEXT_PROTOTYPES */

Loading…
Cancel
Save