summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-12-11 15:47:43 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-12-11 15:47:43 +0000
commite0ee87422be17a76e11241c408a3b85b7495540c (patch)
tree0ae9e1ec801051f9e362b4408699485684106145 /include/GL/glx.h
parenta9fc4b1b1c12b9f5cd69638b3fd79b876935541b (diff)
Quash annoying compiler warning
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r--include/GL/glx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index 5feb013bae..b34b2ceaec 100644
--- 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