elementary/genlist - recover the delete_me field position to keep the abi

SVN revision: 68543
This commit is contained in:
ChunEon Park 2012-02-29 09:48:15 +00:00
parent 67d14d50ed
commit 5f6c600ab6
1 changed files with 1 additions and 1 deletions

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