projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fc4b1
)
Quash annoying compiler warning
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 11 Dec 2003 15:47:43 +0000
(15:47 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 11 Dec 2003 15:47:43 +0000
(15:47 +0000)
include/GL/glx.h
patch
|
blob
|
history
diff --git
a/include/GL/glx.h
b/include/GL/glx.h
index 5feb013bae05df82d20889f17330768f38f8579d..b34b2ceaec81f874a00823ade004a397db365cf3 100644
(file)
--- a/
include/GL/glx.h
+++ b/
include/GL/glx.h
@@
-293,7
+293,7
@@
extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable,
/* GLX 1.4 and later */
-extern void (*glXGetProcAddress(const GLubyte *procname))();
+extern void (*glXGetProcAddress(const GLubyte *procname))(
void
);
#ifndef GLX_GLXEXT_LEGACY