summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_config.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-24 13:06:53 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-24 13:06:53 +0000
commit444bde2e739d73c27418461fa001adb7b9ce83db (patch)
tree5e80f08c8f67e0e5dc6ae11a0e9a7af00949fca8 /mixgtk/mixgtk_config.h
parente19a76a225c19df1d7290ff1cf329dc577b892fe (diff)
downloadmdk-444bde2e739d73c27418461fa001adb7b9ce83db.tar.gz
mdk-444bde2e739d73c27418461fa001adb7b9ce83db.tar.bz2
split windows mode
Diffstat (limited to 'mixgtk/mixgtk_config.h')
-rw-r--r--mixgtk/mixgtk_config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mixgtk/mixgtk_config.h b/mixgtk/mixgtk_config.h
index 04cc1d4..ea54ba4 100644
--- a/mixgtk/mixgtk_config.h
+++ b/mixgtk/mixgtk_config.h
@@ -50,6 +50,13 @@ mixgtk_config_get (const gchar *key);
extern void
mixgtk_config_save (void);
+/* shared config params */
+extern gboolean
+mixgtk_config_is_split (void);
+
+extern void
+mixgtk_config_set_split (gboolean split);
+
#endif /* MIXGTK_CONFIG_H */