From: Brian Paul Date: Sun, 18 Nov 2001 22:16:07 +0000 (+0000) Subject: added missing const to glXGetContextIDEXT() prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=199b931c071dfeb03a036765ae0f316dd7236a33;p=mesa.git added missing const to glXGetContextIDEXT() prototype --- diff --git a/include/GL/glxext.h b/include/GL/glxext.h index 33bbc441d77..e61ad526f74 100644 --- a/include/GL/glxext.h +++ b/include/GL/glxext.h @@ -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 */