]> git.tdb.fi Git - ext/subsurface.git/blobdiff - display.h
Teach the thing to actually track the currently selected dive
[ext/subsurface.git] / display.h
index cde0708e3392484c4d995cf4a3b39989344d5a5a..29b21a65412424d3e789d5141754d5c04427ad90 100644 (file)
--- a/display.h
+++ b/display.h
@@ -5,6 +5,7 @@
 #include <gdk/gdk.h>
 #include <cairo.h>
 
+extern int selected_dive;
 extern GtkWidget *dive_profile_frame(void);
 extern GtkWidget *create_dive_list(void);