mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
067506038a
commit
8f12eed9e0
2 changed files with 121 additions and 5 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue