summaryrefslogtreecommitdiff
path: root/include/GL/glxext.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-11-18 22:16:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-11-18 22:16:07 +0000
commit199b931c071dfeb03a036765ae0f316dd7236a33 (patch)
tree886707a4ea1b9ccd9f3b8224ca7b74a5f21d09e3 /include/GL/glxext.h
parent0ee6a5604d6e7c9d35733285941ed7624b6be63b (diff)
added missing const to glXGetContextIDEXT() prototype
Diffstat (limited to 'include/GL/glxext.h')
-rw-r--r--include/GL/glxext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index 33bbc441d7..e61ad526f7 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 */