]> Pileus Git - aweather/blobdiff - src/plugins/radar.h
Convert GtkBox and GtkScale to GTK 3 version
[aweather] / src / plugins / radar.h
index 8227aa15d6cfeeaa61f5086b3218dd18b37697f4..e64ed8130c2cece2ffb66422a19ce928b7c579c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2009-2011 Andy Spencer <andy753421@gmail.com>
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,6 +22,7 @@
 #include <rsl.h>
 
 #include <grits.h>
+#include "radar-info.h"
 #include "level2.h"
 
 #define GRITS_TYPE_PLUGIN_RADAR            (grits_plugin_radar_get_type ())
@@ -44,8 +45,9 @@ struct _GritsPluginRadar {
        GritsViewer *viewer;
        GritsPrefs  *prefs;
        GtkWidget   *config;
+       guint        tab_id;
        AWeatherColormap *colormap;
-       gpointer    *hud_ref;
+       GritsCallback    *hud;
 
        GHashTable  *sites;
        GritsHttp   *sites_http;