summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'mixgtk/mixgtk_config.c')
-rw-r--r--mixgtk/mixgtk_config.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/mixgtk/mixgtk_config.c b/mixgtk/mixgtk_config.c
index ae96f2a..b444caf 100644
--- a/mixgtk/mixgtk_config.c
+++ b/mixgtk/mixgtk_config.c
@@ -26,7 +26,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
-#include <mixlib/mix_config.h>
#include "mixgtk.h"
#include "mixgtk_config.h"
@@ -51,6 +50,13 @@ mixgtk_config_load (void)
return (config_ != NULL);
}
+/* get mixlib config */
+mix_config_t *
+mixgtk_config_get_mix_config (void)
+{
+ return config_;
+}
+
/* autosave state */
gboolean
mixgtk_config_is_autosave (void)