summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_config.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-08 00:18:33 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-08 00:18:33 +0000
commit44d6a545a0cc61c8c986ce6bcf126548386ba246 (patch)
tree9c7269617fce4c10d0dddde51e13a7487b0b5092 /mixgtk/mixgtk_config.c
parent69af1256d8e122ada66328ea3ff7fd41931ee0be (diff)
downloadmdk-44d6a545a0cc61c8c986ce6bcf126548386ba246.tar.gz
mdk-44d6a545a0cc61c8c986ce6bcf126548386ba246.tar.bz2
use of mix_config
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)