elementary/genlist - recover the delete_me field position to keep the abi
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Feb 2012 09:48:15 +0000 (09:48 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Feb 2012 09:48:15 +0000 (09:48 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68543 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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;
 };