summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-28 17:15:59 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-28 17:15:59 +0200
commit89e9c2d0a54709c79bb22f327c0ba8237c1412f0 (patch)
treed3156d5b315cc1b4701eafac7308aca700e36e91 /source
parent141b46aae0b7812395906e5d72abc832542ba3ae (diff)
G_MODULE_EXPORT config_path
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index f00b15a5..1fe17c27 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -101,7 +101,7 @@ struct xkb_stuff xkb = {
};
/** Path to the configuration file */
-char *config_path = NULL;
+G_MODULE_EXPORT char *config_path = NULL;
/** Array holding all activated modi. */
Mode **modi = NULL;