]> Pileus Git - aweather/blobdiff - src/plugins/radar.h
Win32 fixes and improvements
[aweather] / src / plugins / radar.h
index 47f637e56675fb15d1ca8c8fa9e8b7056d070ce0..2ed86acb1568c9af3f4935c957364bafb000b8e5 100644 (file)
@@ -34,6 +34,7 @@
 typedef struct _GisPluginRadar        GisPluginRadar;
 typedef struct _GisPluginRadarClass   GisPluginRadarClass;
 
+typedef struct _RadarConus RadarConus;
 typedef struct _RadarSite  RadarSite;
 
 struct _GisPluginRadar {
@@ -44,9 +45,13 @@ struct _GisPluginRadar {
        GisPrefs   *prefs;
        GtkWidget  *config;
        AWeatherColormap *colormap;
+       gpointer    *hud_ref;
 
        GHashTable *sites;
        GisHttp    *sites_http;
+
+       RadarConus *conus;
+       GisHttp    *conus_http;
 };
 
 struct _GisPluginRadarClass {