Don't alter glutWireTeapot and glutSolidTeapot prototypes, since we didn't modify these functions yet (thanks Diederick)
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1202 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
0d92390463
commit
2e4ec574ff
@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user