diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-09 08:38:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-09 10:31:51 -0700 |
commit | 9437a6512a3b353197146c077c1816f0565e0981 (patch) | |
tree | e493bbc96ea193e5727d7582cc19cfcf7fb2ad1e /display.h | |
parent | 86e48bfe10d271f86c896e64350c35d59c94c331 (diff) | |
download | subsurface-9437a6512a3b353197146c077c1816f0565e0981.tar.gz |
Add a notebook for cylinder information
Ok, so it's not connected to anything yet, and the tank choices (that
don't do anything) are some random hardcoded collection, but maybe it
will do something some day.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ extern GtkWidget *dive_profile_widget(void); extern GtkWidget *dive_info_frame(void); extern GtkWidget *extended_dive_info_widget(void); +extern GtkWidget *cylinder_management_widget(void); extern void update_dive_info(struct dive *dive); extern void repaint_dive(void); |