]> git.tdb.fi Git - ext/subsurface.git/blobdiff - linux.c
Fix profile and average depth for freedives
[ext/subsurface.git] / linux.c
diff --git a/linux.c b/linux.c
index bec4f08fb2e96b2284cf12ecaf7be29cb5ede78d..42a3c9f5f396ee2737ffedab868e27908646ee49 100644 (file)
--- a/linux.c
+++ b/linux.c
@@ -43,6 +43,11 @@ const void *subsurface_get_conf(char *name, pref_type_t type)
        return NULL;
 }
 
+void subsurface_flush_conf(void)
+{
+       /* this is a no-op */
+}
+
 void subsurface_close_conf(void)
 {
        /* this is a no-op */
@@ -59,7 +64,7 @@ const char *subsurface_icon_name()
 }
 
 void subsurface_ui_setup(GtkSettings *settings, GtkWidget *menubar,
-               GtkWidget *vbox)
+               GtkWidget *vbox, GtkUIManager *ui_manager)
 {
        if (!divelist_font)
                divelist_font = DIVELIST_DEFAULT_FONT;