]> Pileus Git - aweather/blobdiff - src/plugins/radar.h
Update for Gis{World,OpenGL,View,Viewer} refactoring
[aweather] / src / plugins / radar.h
index 34a260752ab7e7b5c2d9bceef1e6a736bd6b8172..1aa9cb3b9dc98fa6e591becc3b579a99f0922e12 100644 (file)
@@ -47,9 +47,7 @@ struct _GisPluginRadar {
        GObject parent_instance;
 
        /* instance members */
-       GisWorld    *world;
-       GisView     *view;
-       GisOpenGL   *opengl;
+       GisViewer   *viewer;
        GisPrefs    *prefs;
        GtkWidget   *config_body;
        GtkWidget   *progress_bar;
@@ -73,7 +71,7 @@ struct _GisPluginRadarClass {
 GType gis_plugin_radar_get_type();
 
 /* Methods */
-GisPluginRadar *gis_plugin_radar_new(GisWorld *world, GisView *view, GisOpenGL *opengl, GisPrefs *prefs);
+GisPluginRadar *gis_plugin_radar_new(GisViewer *viewer, GisPrefs *prefs);
 
 /* Misc. RSL helpers */
 #define RSL_FOREACH_VOL(radar, volume, count, index) \