diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-24 13:06:53 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-24 13:06:53 +0000 |
commit | 83a65e471b7b30c874cc59830bccc60501d6c660 (patch) | |
tree | dc6838d987460d9e39ba02fdcd87e3744564aa3b /mixgtk/mixgtk_config.h | |
parent | 0804fe838eceeec07f6935511789bec5e56f68fb (diff) | |
download | mdk-83a65e471b7b30c874cc59830bccc60501d6c660.tar.gz mdk-83a65e471b7b30c874cc59830bccc60501d6c660.tar.bz2 |
split windows mode
Diffstat (limited to 'mixgtk/mixgtk_config.h')
-rw-r--r-- | mixgtk/mixgtk_config.h | 7 |
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 */ |