summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_teapot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/glx/glut_teapot.c')
-rw-r--r--src/glut/glx/glut_teapot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/glx/glut_teapot.c b/src/glut/glx/glut_teapot.c
index fe096e774d..ff46d96b85 100644
--- a/src/glut/glx/glut_teapot.c
+++ b/src/glut/glx/glut_teapot.c
@@ -195,13 +195,13 @@ teapot(GLint grid, GLdouble scale, GLenum type)
}
/* CENTRY */
-void APIENTRY
+void GLUTAPIENTRY
glutSolidTeapot(GLdouble scale)
{
teapot(7, scale, GL_FILL);
}
-void APIENTRY
+void GLUTAPIENTRY
glutWireTeapot(GLdouble scale)
{
teapot(10, scale, GL_LINE);