On 12/14/11 13:59, Vincent Torri wrote: > On Wed, Dec 14, 2011 at 7:58 PM, Christopher Michael > <[email protected]> wrote: >> On 12/14/11 13:55, Vincent Torri wrote: >>> >>> this one and the previous one should be backported >>> >>> Vincent >>> >> >> Not sure how to go about that :/ Never did any backporting. > > just check out the branches, modify them and commit. they are in > e/branches/, not in e/trunk/ > > Vincent > Ok, I checked both evas 1.0 and 1.1, but this function does not exist in either so there is no 'changes' to backport.
dh >> >> dh >> >>> On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN >>> <[email protected]> wrote: >>>> >>>> Log: >>>> Evas: Gl_X11: Fix typo? for __UNUSED__ param. >>>> >>>> >>>> >>>> Author: devilhorns >>>> Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011) >>>> New Revision: 66224 >>>> Trac: http://trac.enlightenment.org/e/changeset/66224 >>>> >>>> Modified: >>>> trunk/evas/src/modules/engines/gl_x11/evas_engine.c >>>> >>>> Modified: trunk/evas/src/modules/engines/gl_x11/evas_engine.c >>>> =================================================================== >>>> --- trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14 >>>> 18:44:20 UTC (rev 66223) >>>> +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14 >>>> 18:52:42 UTC (rev 66224) >>>> @@ -3703,7 +3703,7 @@ >>>> } >>>> >>>> static Eina_Bool >>>> -eng_image_can_region_get(void *data__UNUSED__, void *image) >>>> +eng_image_can_region_get(void *data __UNUSED__, void *image) >>>> { >>>> Evas_GL_Image *gim = image; >>>> Image_Entry *im; >>>> >>>> >> >> > ------------------------------------------------------------------------------ Cloud Computing - Latest Buzzword or a Glimpse of the Future? This paper surveys cloud computing today: What are the benefits? Why are businesses embracing it? What are its payoffs and pitfalls? http://www.accelacomm.com/jaw/sdnl/114/51425149/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
