X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=display-gtk.h;h=35380fa278f84d68b83069ee21f50acbb6d82374;hb=43530d397bd8d754202d0e97d13c32c1f0685f01;hp=b20495731e50036b2b4b774d953675e8950af9e1;hpb=b0759feef87fcf820682cb36d65f2252c2cc12ae;p=ext%2Fsubsurface.git diff --git a/display-gtk.h b/display-gtk.h index b204957..35380fa 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -33,6 +33,10 @@ 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;