diff options
author | brianp <brianp> | 2002-03-16 01:35:04 +0000 |
---|---|---|
committer | brianp <brianp> | 2002-03-16 01:35:04 +0000 |
commit | 54b49ea21a5dea97ec96c8cfbbaf9053bc661b35 (patch) | |
tree | 22b4d9fd72547127f3f8f1b06a9c526ecc5843da /xc/include | |
parent | bf42a2367bb0299938cd744b1675cf9399012394 (diff) |
added void parameter to glXGetProcAddress() declaration to silence lots of warnings
Diffstat (limited to 'xc/include')
-rw-r--r-- | xc/include/GL/glx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/include/GL/glx.h b/xc/include/GL/glx.h index 95bcaba4a..0a8aa3e97 100644 --- a/xc/include/GL/glx.h +++ b/xc/include/GL/glx.h @@ -109,7 +109,7 @@ extern void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_ extern void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask); /* GLX 1.4 and later */ -extern void (*glXGetProcAddress(const GLubyte *procname))(); +extern void (*glXGetProcAddress(const GLubyte *procname))(void); #ifndef GLX_GLXEXT_LEGACY |