From 0779a259d0be8f014c378828ef844ae6f2c121e4 Mon Sep 17 00:00:00 2001 From: Sylvain Beucler Date: Fri, 23 Mar 2012 01:07:48 +0000 Subject: [PATCH] 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 --- include/GL/freeglut_std.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 /* -- 1.7.10.4