devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f875c8ba67bbda8f72e530152cb8954cd6f20f97

commit f875c8ba67bbda8f72e530152cb8954cd6f20f97
Author: Chris Michael <[email protected]>
Date:   Tue Aug 18 15:11:09 2015 -0400

    ecore-wl2: Use Eina_Stringshare type instead of const char
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_wl2/Ecore_Wl2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index 8d631e2..123b43b 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -36,7 +36,7 @@ typedef struct _Ecore_Wl2_Display Ecore_Wl2_Display;
 
 typedef struct _Ecore_Wl2_Global
 {
-   const char *name;
+   Eina_Stringshare *interface;
    unsigned int id, version;
 } Ecore_Wl2_Global;
 

-- 


Reply via email to