discomfitor pushed a commit to branch master.

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

commit ac11a9cb36eae1ba8f838022f0ce15602885a33f
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Apr 2 15:20:21 2015 -0400

    edje: move Edje_Color_Class->desc to end of struct
    
    this allows memory layout compatibility with Elm_Color_Class
---
 src/lib/edje/Edje_Common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/Edje_Common.h b/src/lib/edje/Edje_Common.h
index be0f438..de4861d 100644
--- a/src/lib/edje/Edje_Common.h
+++ b/src/lib/edje/Edje_Common.h
@@ -25,11 +25,11 @@ typedef struct _Edje_Color_Class Edje_Color_Class;
 struct _Edje_Color_Class
 {
    const char       *name;
-   Eina_Stringshare *desc;
 
    unsigned char  r, g, b, a;
    unsigned char  r2, g2, b2, a2;
    unsigned char  r3, g3, b3, a3;
+   Eina_Stringshare *desc;
 };
 
 /**

-- 


Reply via email to