projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e299df8
)
Don't alter glutWireTeapot and glutSolidTeapot prototypes, since we didn't modify...
author
Sylvain Beucler
<beuc@beuc.net>
Fri, 23 Mar 2012 01:07:48 +0000
(
01:07
+0000)
committer
Sylvain 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
patch
|
blob
|
history
diff --git
a/include/GL/freeglut_std.h
b/include/GL/freeglut_std.h
index
9667ccf
..
f5b1ebf
100644
(file)
--- 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
/*