From: Sylvain Beucler Date: Fri, 23 Mar 2012 01:07:48 +0000 (+0000) Subject: Don't alter glutWireTeapot and glutSolidTeapot prototypes, since we didn't modify... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=0779a259d0be8f014c378828ef844ae6f2c121e4;p=freeglut Don't alter glutWireTeapot and glutSolidTeapot prototypes, since we didn't modify these functions yet (thanks Diederick) git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1202 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 9667ccf..f5b1ebf 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -554,8 +554,8 @@ FGAPI void FGAPIENTRY glutSolidIcosahedron( void ); */ /* TODO: doesn't work with GLES1 yet */ #ifndef EGL_VERSION_1_0 -FGAPI void FGAPIENTRY glutWireTeapot( double size ); -FGAPI void FGAPIENTRY glutSolidTeapot( double size ); +FGAPI void FGAPIENTRY glutWireTeapot( GLdouble size ); +FGAPI void FGAPIENTRY glutSolidTeapot( GLdouble size ); #endif /*