diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-11-24 12:01:39 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-11-24 12:01:39 +0000 |
commit | 027fdb8bbd73119a1c0ad09432f7ac24ff24517b (patch) | |
tree | fdf93e01e792f4761a2df8753ab47cfd0fa806b6 /include/GL/glut.h | |
parent | 3a7c3b02a38ce4707effbd5ac1ca5c07a9d3e8a4 (diff) |
Merge head into branchvtx-0-2-24112003vtx-0-2-branch
Diffstat (limited to 'include/GL/glut.h')
-rw-r--r-- | include/GL/glut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glut.h b/include/GL/glut.h index 27d937f7ce..3a67f1f560 100644 --- a/include/GL/glut.h +++ b/include/GL/glut.h @@ -648,7 +648,7 @@ GLUTAPI void GLUTAPIENTRY glutJoystickFunc(void (GLUTCALLBACK *func)(unsigned in #endif /* GLUT color index sub-API. */ -GLUTAPI void GLUTAPIENTRY glutSetColor(int, GLfloat red, GLfloat green, GLfloat blue); +GLUTAPI void GLUTAPIENTRY glutSetColor(int ndx, GLfloat red, GLfloat green, GLfloat blue); GLUTAPI GLfloat GLUTAPIENTRY glutGetColor(int ndx, int component); GLUTAPI void GLUTAPIENTRY glutCopyColormap(int win); |