X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=9fded35658d9ae65dd227b6e1ee1d0f94d552199;hb=6636a18df676a102cee0bcf31ce81b67dc7b7ac2;hp=8cac2dc76a18ed289a299511b5b26e34f9783db0;hpb=892b49cef181f7bc37e24f56fc7143f28abe2056;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 8cac2dc..9fded35 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -559,11 +559,8 @@ FGAPI void FGAPIENTRY glutSolidIcosahedron( void ); * Teapot rendering functions, found in freeglut_teapot.c * NB: front facing polygons have clockwise winding, not counter clockwise */ -/* TODO: doesn't work with GLES1 yet */ -#ifndef EGL_VERSION_1_0 -FGAPI void FGAPIENTRY glutWireTeapot( GLdouble size ); -FGAPI void FGAPIENTRY glutSolidTeapot( GLdouble size ); -#endif +FGAPI void FGAPIENTRY glutWireTeapot( double size ); +FGAPI void FGAPIENTRY glutSolidTeapot( double size ); /* * Game mode functions, see freeglut_gamemode.c