X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=examples%2Fplugin%2Fteapot.c;h=2a1201d9c02a0e53d17bdb60eceade1cbb0eaff8;hp=60c52f43161063e7984a66686af65bc3497b7e8f;hb=07448c519e963bae1cfde4f1ff353478dd28136c;hpb=1bcbae07aed9a0a59828846baeb01e1c8ba79e54 diff --git a/examples/plugin/teapot.c b/examples/plugin/teapot.c index 60c52f4..2a1201d 100644 --- a/examples/plugin/teapot.c +++ b/examples/plugin/teapot.c @@ -15,8 +15,8 @@ * along with this program. If not, see . */ -#include #include +#include #include @@ -59,7 +59,7 @@ static void expose(GritsCallback *callback, GritsOpenGL *opengl, gpointer _teapo glRotatef(teapot->rotation, 1, 1, 0); glColor4f(0.9, 0.9, 0.7, 1.0); glDisable(GL_CULL_FACE); - gdk_gl_draw_teapot(TRUE, 0.25); + glutSolidTeapot(2.5); }