summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-04 23:09:41 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-04 23:09:41 (EDT)
commit6208d1f813c2ea5a070d57aaa414fdd370391349 (patch)
treeb53a915d98e2284988546ea18b11dad8a430ad09 /src/config.h
parenta5f16087d6d9d0d5e03ef49f1901027505879d4a (diff)
downloadmarquee-6208d1f813c2ea5a070d57aaa414fdd370391349.zip
marquee-6208d1f813c2ea5a070d57aaa414fdd370391349.tar.gz
marquee-6208d1f813c2ea5a070d57aaa414fdd370391349.tar.bz2
mq_config_load(): Build profile directory
And save profile name in mq_config_new().
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 97e58fa..b37c6bb 100644
--- a/src/config.h
+++ b/src/config.h
@@ -27,6 +27,7 @@ typedef struct MqConfig MqConfig;
#include <glib.h>
struct MqConfig {
+ gchar *profile;
gchar *file_name;
GKeyFile *key_file;
gboolean types_and_cbs_set;