diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-01-15 14:29:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-01-15 14:29:08 -0800 |
commit | 788ebc0500b12fb502b82473c1459ccca06345a5 (patch) | |
tree | 37243eb0e3741dec71a7d9606f962ede300b6cf7 /display-gtk.h | |
parent | 68a1ff9cf56576ee3e3f32e08bc7f7ad2b03697f (diff) | |
download | subsurface-788ebc0500b12fb502b82473c1459ccca06345a5.tar.gz |
Create separate single dive and total stats pages
No additional statistics added, yet.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h index b55dc9616..f43e3746f 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -61,7 +61,8 @@ extern GtkWidget *dive_profile_widget(void); extern GtkWidget *dive_info_frame(void); extern GtkWidget *extended_dive_info_widget(void); extern GtkWidget *equipment_widget(void); -extern GtkWidget *stats_widget(void); +extern GtkWidget *single_stats_widget(void); +extern GtkWidget *total_stats_widget(void); extern GtkWidget *cylinder_list_widget(void); extern GtkWidget *dive_list_create(void); |