projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee6a56
)
added missing const to glXGetContextIDEXT() prototype
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 18 Nov 2001 22:16:07 +0000
(22:16 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 18 Nov 2001 22:16:07 +0000
(22:16 +0000)
include/GL/glxext.h
patch
|
blob
|
history
diff --git
a/include/GL/glxext.h
b/include/GL/glxext.h
index 33bbc441d773016374f280dabcaa2e68aac1d454..e61ad526f74176938c857d48cab5570b73469515 100644
(file)
--- 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 */