discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=340350fbbc9c502031fa211e179c852e61d1562d

commit 340350fbbc9c502031fa211e179c852e61d1562d
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Sep 8 14:53:49 2017 -0400

    make some pager global vars EINTERN
---
 src/modules/pager/gadget/mod.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/pager/gadget/mod.c b/src/modules/pager/gadget/mod.c
index dc0933c87..f2b5863b7 100644
--- a/src/modules/pager/gadget/mod.c
+++ b/src/modules/pager/gadget/mod.c
@@ -1,8 +1,8 @@
 #include "pager.h"
 static E_Config_DD *conf_edd = NULL;
-Config *pager_config;
-Evas_Object *cfg_dialog;
-Eina_List *ginstances, *ghandlers, *phandlers;
+EINTERN Config *pager_config;
+EINTERN Evas_Object *cfg_dialog;
+EINTERN Eina_List *ginstances, *ghandlers, *phandlers;
 
 EINTERN void *
 e_modapi_gadget_init(E_Module *m)

-- 


Reply via email to