diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-09 19:46:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-09 19:46:53 -0700 |
commit | 8f12eed9e0acb474cdab019ce912db3afd3c3584 (patch) | |
tree | d577e192d1652a0148534e42e78402d38194703d /display.h | |
parent | 067506038a5fea72e60680513d768f89722671fd (diff) | |
download | subsurface-8f12eed9e0acb474cdab019ce912db3afd3c3584.tar.gz |
First (broken) try at actually tracking cylinder types
This doesn't actually change the cylinder type info in the dive, because
it's too broken for that. Instead it prints out what it would change
things to.
The gtk2 notion of text input focus is *really* odd. Why is the
cylinder type sometimes selected, and sometimes not?
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ #include <gdk/gdk.h> #include <cairo.h> +extern GtkWidget *main_window; + extern GtkWidget *dive_profile_widget(void); extern GtkWidget *dive_info_frame(void); extern GtkWidget *extended_dive_info_widget(void); |