X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=info.c;h=9e061970d808ba14bb18d9c259de638781b0c0af;hb=682135838ff313594c7f67fabd9be8f88a33883b;hp=c1779cc452ac6a96fab304eb7adfbf5aeb5846ab;hpb=6ea513246363ba2df29b0dfa9bc752c7d40c0c38;p=ext%2Fsubsurface.git diff --git a/info.c b/info.c index c1779cc..9e06197 100644 --- a/info.c +++ b/info.c @@ -1,3 +1,13 @@ +/* info.c */ +/* creates the UI for the info frame - + * controlled through the following interfaces: + * + * void flush_dive_info_changes(struct dive *dive) + * void show_dive_info(struct dive *dive) + * + * called from gtk-ui: + * GtkWidget *extended_dive_info_widget(void) + */ #include #include #include @@ -5,6 +15,7 @@ #include "dive.h" #include "display.h" +#include "display-gtk.h" #include "divelist.h" static GtkEntry *location, *buddy, *divemaster;