X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Flevel2.h;h=250c19a36a4d1ed20e12b2813eea14ad47cdb085;hb=6d2c00f5012aed76508611e1fa85ac3d87f33e9c;hp=a81042892412fdfd0a977490ac9bd635a6d92bc1;hpb=84c9924553482ded8566105d4559088a6ab543ac;p=aweather diff --git a/src/plugins/level2.h b/src/plugins/level2.h index a810428..250c19a 100644 --- a/src/plugins/level2.h +++ b/src/plugins/level2.h @@ -38,6 +38,7 @@ struct _AWeatherLevel2 { AWeatherColormap *colormap; /* Private */ + GritsVolume *volume; Sweep *sweep; AWeatherColormap *sweep_colors; gdouble sweep_coords[2]; @@ -58,6 +59,8 @@ AWeatherLevel2 *aweather_level2_new_from_file(const gchar *file, const gchar *si void aweather_level2_set_sweep(AWeatherLevel2 *level2, int type, gfloat elev); +void aweather_level2_set_iso(AWeatherLevel2 *level2, gfloat level); + GtkWidget *aweather_level2_get_config(AWeatherLevel2 *level2); #endif