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:
parent
14f372e2fa
commit
75ef445990
@ -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
|
(184) Per demands of project owner, offscreen rendering is now removed
|
||||||
from freeglut.
|
from freeglut.
|
||||||
|
|
||||||
|
***************************************************************************
|
||||||
|
* Changes on December 31, 2004.
|
||||||
|
***************************************************************************
|
||||||
|
|
||||||
|
(185) Fixed bug #1079530 (glutGetProcAddress and geometric objects).
|
||||||
|
@ -178,8 +178,10 @@ static struct name_address_pair glut_functions[] =
|
|||||||
{ "glutStrokeString", (void *) glutStrokeString },
|
{ "glutStrokeString", (void *) glutStrokeString },
|
||||||
{ "glutWireRhombicDodecahedron", (void *) glutWireRhombicDodecahedron },
|
{ "glutWireRhombicDodecahedron", (void *) glutWireRhombicDodecahedron },
|
||||||
{ "glutSolidRhombicDodecahedron", (void *) glutSolidRhombicDodecahedron },
|
{ "glutSolidRhombicDodecahedron", (void *) glutSolidRhombicDodecahedron },
|
||||||
{ "glutWireSierpinskiSponge ", (void *) glutWireSierpinskiSponge },
|
{ "glutWireSierpinskiSponge", (void *) glutWireSierpinskiSponge },
|
||||||
{ "glutSolidSierpinskiSponge ", (void *) glutSolidSierpinskiSponge },
|
{ "glutSolidSierpinskiSponge", (void *) glutSolidSierpinskiSponge },
|
||||||
|
{ "glutWireCylinder", (void *) glutWireCylinder },
|
||||||
|
{ "glutSolidCylinder", (void *) glutSolidCylinder },
|
||||||
{ "glutGetProcAddress", (void *) glutGetProcAddress },
|
{ "glutGetProcAddress", (void *) glutGetProcAddress },
|
||||||
{ "glutMouseWheelFunc", (void *) glutMouseWheelFunc },
|
{ "glutMouseWheelFunc", (void *) glutMouseWheelFunc },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
|
Reference in New Issue
Block a user