]> Pileus Git - grits/blobdiff - examples/plugin/teapot.h
Update example plugin
[grits] / examples / plugin / teapot.h
index 1baf35808ad917ad1e48ff885d8eb6aefec8ca4a..34b5cb1810f06f9adad2f1e174b93fa897ef5223 100644 (file)
@@ -34,10 +34,10 @@ struct _GisPluginTeapot {
        GObject parent_instance;
 
        /* instance members */
+       GisViewer       *viewer;
        GtkToggleButton *button;
        guint            rotate_id;
        float            rotation;
-       GisOpenGL       *opengl;
 };
 
 struct _GisPluginTeapotClass {
@@ -47,6 +47,6 @@ struct _GisPluginTeapotClass {
 GType gis_plugin_teapot_get_type();
 
 /* Methods */
-GisPluginTeapot *gis_plugin_teapot_new(GisWorld *world, GisView *view, GisOpenGL *opengl);
+GisPluginTeapot *gis_plugin_teapot_new(GisViewer *viewer, GisPrefs *prefs);
 
 #endif