From 89e9c2d0a54709c79bb22f327c0ba8237c1412f0 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 28 May 2017 17:15:59 +0200 Subject: [PATCH] G_MODULE_EXPORT config_path --- source/rofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;