X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=display-gtk.h;h=35380fa278f84d68b83069ee21f50acbb6d82374;hb=eac816b9d8a199375cf023a956c0959ccf3bc87b;hp=8ca5a450e35002bcc2fa708c11402a7c7c165a3b;hpb=8cca5404440960ba14ed870e77c6eb6537f4aa2e;p=ext%2Fsubsurface.git diff --git a/display-gtk.h b/display-gtk.h index 8ca5a45..35380fa 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -32,6 +32,12 @@ extern void subsurface_set_conf(char *name, pref_type_t type, const void *value) extern const void *subsurface_get_conf(char *name, pref_type_t type); extern void subsurface_close_conf(void); +extern const char *subsurface_USB_name(void); +extern const char *subsurface_icon_name(void); +extern void subsurface_ui_setup(GtkSettings *settings, GtkWidget *menubar, GtkWidget *vbox); + +extern const char *divelist_font; + extern visible_cols_t visible_cols; extern const char *divelist_font;