]> Pileus Git - aweather/blobdiff - src/plugins/radar.h
docs: fix a few typos
[aweather] / src / plugins / radar.h
index 71136aefb81faf238f72004430e5ee94f592141f..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
@@ -45,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;