On Mon, 14 Feb 2011, Vincent Torri wrote:
> > > On Mon, 14 Feb 2011, Mike Blumenkrantz wrote: > >> On Mon, 14 Feb 2011 07:52:49 +0100 (CET) >> Vincent Torri <vto...@univ-evry.fr> wrote: >> >>> >>> >>> On Sun, 13 Feb 2011, Enlightenment SVN wrote: >>> >>>> Log: >>>> missing semicolon. you never cease to amaze me, edev. >>> >>> 1.0 branch >>> >>>> >>>> >>>> Author: discomfitor >>>> Date: 2011-02-13 21:21:17 -0800 (Sun, 13 Feb 2011) >>>> New Revision: 57004 >>>> Trac: http://trac.enlightenment.org/e/changeset/57004 >>>> >>>> Modified: >>>> trunk/evas/src/modules/engines/quartz/evas_engine.c >>>> >>>> Modified: trunk/evas/src/modules/engines/quartz/evas_engine.c >>>> =================================================================== >>>> --- trunk/evas/src/modules/engines/quartz/evas_engine.c 2011-02-14 >>>> 04:42:53 UTC (rev 57003) +++ >>>> trunk/evas/src/modules/engines/quartz/evas_engine.c 2011-02-14 >>>> 05:21:17 UTC (rev 57004) @@ -1102,7 +1102,7 @@ >>>> eng_font_pen_coords_get(void >>>> *data, void *font, const char *text, const Evas_Text_Props *text_props, >>>> int >>>> pos, int *cpen_x, int *cy, int *cadv, int *ch) { return >>>> eng_font_char_coords_get(data, font, text, text_props, pos, cpen_x, >>>> - cy, cadv, ch) >>>> + cy, cadv, ch); >>>> } >>>> >>>> static Eina_Bool >>>> >>>> >> not possible > > why ? > > ho, tasn's chnages, ok Vincent ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel