seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=7fa935efccaa245226d9c7f57ea35e0b378a1666

commit 7fa935efccaa245226d9c7f57ea35e0b378a1666
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Thu Mar 20 13:48:49 2014 +0900

    list: better structure packing for list smart data.
---
 src/lib/elm_widget_list.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/elm_widget_list.h b/src/lib/elm_widget_list.h
index fcca175..565ccb8 100644
--- a/src/lib/elm_widget_list.h
+++ b/src/lib/elm_widget_list.h
@@ -43,6 +43,8 @@ struct _Elm_List_Smart_Data
       Evas_Coord x, y;
    } history[ELM_LIST_SWIPE_MOVES];
 
+   Elm_Object_Item                      *highlighted_item;
+
    Eina_Bool                             focus_on_selection_enabled : 1;
    Eina_Bool                             was_selected : 1;
    Eina_Bool                             fix_pending : 1;
@@ -53,7 +55,6 @@ struct _Elm_List_Smart_Data
    Eina_Bool                             multi : 1;
    Eina_Bool                             swipe : 1;
    Eina_Bool                             delete_me : 1;
-   Elm_Object_Item                      *highlighted_item;
 };
 
 typedef struct _Elm_List_Item Elm_List_Item;

-- 


Reply via email to