devilhorns pushed a commit to branch master.

commit 54d53d82f2ec9a3ba8e139b11765bb516d3d2bf7
Author: Chris Michael <[email protected]>
Date:   Thu Aug 15 07:22:01 2013 +0100

    Define wayland compositor variable as externally visible (for people
    using -fvisibility=hidden).
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.c | 2 +-
 src/bin/e_comp_wl.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 4dd3cba..58efb6a 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -209,7 +209,7 @@ static const struct wl_pointer_grab_interface 
_e_drag_grab_interface =
 static Ecore_Idler *_module_idler = NULL;
 
 /* external variables */
-E_Wayland_Compositor *_e_wl_comp;
+EAPI E_Wayland_Compositor *_e_wl_comp;
 
 /* external functions */
 EINTERN Eina_Bool 
diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index f59cc8c..b32eeb2 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -582,7 +582,7 @@ struct _E_Wayland_Plane
 };
 
 /* external variables */
-extern E_Wayland_Compositor *_e_wl_comp;
+extern EAPI E_Wayland_Compositor *_e_wl_comp;
 
 EINTERN Eina_Bool e_comp_wl_init(void);
 EINTERN void e_comp_wl_shutdown(void);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to