X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=examples%2Fplugin%2Fteapot.c;h=bafcae3fdaea42e845ea81bdadae7ba462f61f8c;hp=7916edeb9cf5c9a1332f2a7f33597403f79fd31a;hb=72643f9bd6c87e08670eb1a0aad2da5573b99774;hpb=2be8bbde8f465947d364b28c5e156631caed6d25 diff --git a/examples/plugin/teapot.c b/examples/plugin/teapot.c index 7916ede..bafcae3 100644 --- a/examples/plugin/teapot.c +++ b/examples/plugin/teapot.c @@ -35,7 +35,7 @@ static gboolean rotate(gpointer _teapot) return TRUE; } -static void expose(GisCallback *callback, gpointer _teapot) +static void expose(GisCallback *callback, GisOpenGL *opengl, gpointer _teapot) { GisPluginTeapot *teapot = GIS_PLUGIN_TEAPOT(_teapot); g_debug("GisPluginTeapot: expose");