Fixed bug #1079530 (glutGetProcAddress and geometric objects).

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@526 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2004-12-31 13:44:06 +00:00
parent 14f372e2fa
commit 75ef445990
2 changed files with 10 additions and 2 deletions

View File

@ -693,3 +693,9 @@ Only UNIX_X11 is supprted at this point, for lack of knowledge.
(184) Per demands of project owner, offscreen rendering is now removed
from freeglut.
***************************************************************************
* Changes on December 31, 2004.
***************************************************************************
(185) Fixed bug #1079530 (glutGetProcAddress and geometric objects).

View File

@ -180,6 +180,8 @@ static struct name_address_pair glut_functions[] =
{ "glutSolidRhombicDodecahedron", (void *) glutSolidRhombicDodecahedron },
{ "glutWireSierpinskiSponge", (void *) glutWireSierpinskiSponge },
{ "glutSolidSierpinskiSponge", (void *) glutSolidSierpinskiSponge },
{ "glutWireCylinder", (void *) glutWireCylinder },
{ "glutSolidCylinder", (void *) glutSolidCylinder },
{ "glutGetProcAddress", (void *) glutGetProcAddress },
{ "glutMouseWheelFunc", (void *) glutMouseWheelFunc },
{ NULL, NULL }