elementary/genlist - recover the delete_me field position to keep the abi
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 29 Feb 2012 09:48:15 +0000 (09:48 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 29 Feb 2012 09:48:15 +0000 (09:48 +0000)
SVN revision: 68543

src/lib/elm_deprecated_before.h

index 0971330..4872250 100644 (file)
@@ -14,6 +14,7 @@ struct _Elm_Gen_Item_Class
    const char *item_style;
    const char *mode_item_style;
    const char *edit_item_style;
+   Eina_Bool delete_me : 1;
    struct _Elm_Gen_Item_Class_Func
    {
       Elm_Gen_Item_Text_Get_Cb    text_get;
@@ -21,5 +22,4 @@ struct _Elm_Gen_Item_Class
       Elm_Gen_Item_State_Get_Cb   state_get;
       Elm_Gen_Item_Del_Cb         del;
    } func;
-   Eina_Bool delete_me : 1;
 };