X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=ce0ad2ab003a0107f8c280389ebbe8fa2a307f87;hb=38af3c363f39b393fe466510f2d1c2de8cde0beb;hp=9667ccf8a7eedfc58829f37440f1e627823b4aa7;hpb=e299df837915eaaf97e8e4ccbcb75bf1876661da;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 9667ccf..ce0ad2a 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -528,10 +528,10 @@ FGAPI int FGAPIENTRY glutStrokeLength( void* font, const unsigned char* stri #ifndef GL_ES_VERSION_2_0 FGAPI void FGAPIENTRY glutWireCube( double size ); FGAPI void FGAPIENTRY glutSolidCube( double size ); -#endif -#ifndef EGL_VERSION_1_0 FGAPI void FGAPIENTRY glutWireSphere( double radius, GLint slices, GLint stacks ); FGAPI void FGAPIENTRY glutSolidSphere( double radius, GLint slices, GLint stacks ); +#endif +#ifndef EGL_VERSION_1_0 FGAPI void FGAPIENTRY glutWireCone( double base, double height, GLint slices, GLint stacks ); FGAPI void FGAPIENTRY glutSolidCone( double base, double height, GLint slices, GLint stacks ); #endif @@ -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 /*