I wanted to keep old example, so people could see the difference. And if we decide just change all examples to new API, I'll do it.
*clipper_border duplication fixed. Thanks glima. On 12/19/2012 02:59 PM, Gustavo Lima Chaves wrote: > * Gustavo Sverzut Barbieri <[email protected]> [2012-12-19 10:25:03 > -0200]: > >> Why dont you just replace the old? If we want to move to Eo we must get rid >> of the old style. > > You also repeats clipper_border var assignment twice. > >> >> On Wednesday, December 19, 2012, Enlightenment SVN wrote: >> >>> Log: >>> evas: Eo-styled Evas example added. >>> >>> Signed-off-by: Yakov Goldberg <[email protected] <javascript:;>> >>> >>> Author: yakov >>> Date: 2012-12-19 01:13:08 -0800 (Wed, 19 Dec 2012) >>> New Revision: 81328 >>> Trac: http://trac.enlightenment.org/e/changeset/81328 >>> >>> Added: >>> trunk/efl/src/examples/evas/evas-object-manipulation-eo.c >>> Modified: >>> trunk/efl/src/examples/evas/Makefile.am >>> >>> Modified: trunk/efl/src/examples/evas/Makefile.am >>> =================================================================== >>> --- trunk/efl/src/examples/evas/Makefile.am 2012-12-19 08:55:51 UTC >>> (rev 81327) >>> +++ trunk/efl/src/examples/evas/Makefile.am 2012-12-19 09:13:08 UTC >>> (rev 81328) >>> @@ -41,6 +41,10 @@ >>> #evas_object_manipulation_SOURCES = evas-object-manipulation.c >>> #evas_object_manipulation_LDADD = >>> $(top_builddir)/src/lib/evas/libevas.la@ECORE_EVAS_LIBS@ >>> >>> +#EXTRA_PROGRAMS += evas_object_manipulation-eo >>> +#evas_object_manipulation_SOURCES = evas-object-manipulation-eo.c >>> +#evas_object_manipulation_LDADD = >>> $(top_builddir)/src/lib/evas/libevas.la@ECORE_EVAS_LIBS@ >>> + >>> #EXTRA_PROGRAMS += evas_hints >>> #evas_hints_SOURCES = evas-hints.c >>> #evas_hints_LDADD = >>> $(top_builddir)/src/lib/evas/libevas.la@ECORE_EVAS_LIBS@ >>> @@ -110,6 +114,7 @@ >>> evas-images2.c \ >>> evas-images3.c \ >>> evas-object-manipulation.c \ >>> +evas-object-manipulation-eo.c \ >>> evas-events.c \ >>> evas-aspect-hints.c \ >>> evas-hints.c \ >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >>> Remotely access PCs and mobile devices and provide instant support >>> Improve your efficiency, and focus on delivering more value-add services >>> Discover what IT Professionals Know. Rescue delivers >>> http://p.sf.net/sfu/logmein_12329d2d >>> _______________________________________________ >>> enlightenment-svn mailing list >>> [email protected] <javascript:;> >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn >>> >> >> >> -- >> Gustavo Sverzut Barbieri >> http://profusion.mobi embedded systems >> -------------------------------------- >> MSN: [email protected] >> Skype: gsbarbieri >> Mobile: +55 (19) 9225-2202 >> ------------------------------------------------------------------------------ >> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >> Remotely access PCs and mobile devices and provide instant support >> Improve your efficiency, and focus on delivering more value-add services >> Discover what IT Professionals Know. Rescue delivers >> http://p.sf.net/sfu/logmein_12329d2d >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
