On Thu, Mar 20, 2014 at 10:07 AM, Carsten Haitzler <ras...@rasterman.com> wrote: > On Thu, 20 Mar 2014 09:41:57 -0300 Gustavo Sverzut Barbieri > <barbi...@gmail.com> said: > >> On Thu, Mar 20, 2014 at 1:51 AM, Daniel Juyung Seo <seojuyu...@gmail.com> >> wrote: >> > 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; >> >> being picky here, you can't do this because it breaks possible >> applications that inherit from elm_list widget. >> >> of course it is likely there is no such thing out in the world yet and >> we'll replace that with proper Eo inheritance, but just be aware of >> the possible problem. > > elm widget api is explicitly marked as unstable. lots of comments in > elm_widget.h and you even have to #define a special define just to get access.
I said I was being picky -- Gustavo Sverzut Barbieri -------------------------------------- Mobile: +55 (19) 99225-2202 Contact: http://www.gustavobarbieri.com.br/contact ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel