Don't alter glutWireTeapot and glutSolidTeapot prototypes, since we didn't modify...
authorSylvain Beucler <beuc@beuc.net>
Fri, 23 Mar 2012 01:07:48 +0000 (01:07 +0000)
committerSylvain Beucler <beuc@beuc.net>
Fri, 23 Mar 2012 01:07:48 +0000 (01:07 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1202 7f0cb862-5218-0410-a997-914c9d46530a

include/GL/freeglut_std.h

index 9667ccf..f5b1ebf 100644 (file)
@@ -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
 
 /*