summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-08-31 12:09:19 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-08-31 12:09:19 -0700
commita11dbbdb1856a05b97e872fd732682d9bf8ef49b (patch)
treee4b5623202d41421466950ad2ab2549591548520 /display.h
parent7017d17562fe803946ef9e0d8e9af9611bc43ba5 (diff)
downloadsubsurface-a11dbbdb1856a05b97e872fd732682d9bf8ef49b.tar.gz
Add fake 'info' frame contents
It should have depth, time, place etc information, but right now it only has a fake depth that doesn't even get updated. Just to show the idea of the table usage. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'display.h')
-rw-r--r--display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.h b/display.h
index 8a8b42634..327997f05 100644
--- a/display.h
+++ b/display.h
@@ -7,6 +7,7 @@
extern int selected_dive;
extern GtkWidget *dive_profile_frame(void);
+extern GtkWidget *dive_info_frame(void);
extern GtkWidget *create_dive_list(void);
extern void repaint_dive(void);