]> Pileus Git - grits/blobdiff - examples/plugin/teapot.c
Move OpenGL code from GisOpenGL to objects
[grits] / examples / plugin / teapot.c
index 7916edeb9cf5c9a1332f2a7f33597403f79fd31a..bafcae3fdaea42e845ea81bdadae7ba462f61f8c 100644 (file)
@@ -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");