Re: [E-devel] Evas: change of option name of configure: Change your scripts !

2010-02-24 Thread Vincent Torri
forget about it, i misunderstood the option Vincent On Thu, 25 Feb 2010, Vincent Torri wrote: > > Hey, > > I just changed the configure option > > --enable-pthreads > > to > > --enable-threaded-rendering > > It is a bit more explicit. Change your scripts if needed > > Vincent > > --

[E-devel] Evas: change of option name of configure: Change your scripts !

2010-02-24 Thread Vincent Torri
Hey, I just changed the configure option --enable-pthreads to --enable-threaded-rendering It is a bit more explicit. Change your scripts if needed Vincent -- Download IntelĀ® Parallel Studio Eval Try the new software

[E-devel] ecore_con API

2010-02-24 Thread Vincent Torri
Hey, in Ecore_Con.h, the function ecore_con_info_get() has a parameter of type a pointer to struct addrinfo Shouldn't we pass instead parameter of "standard" types instead of such struct ? something like: EAPI int ecore_con_info_get(Ecore_Con_Server *svr, Ecore_Con_Info_C

[E-devel] Packaging Enlightenment and its libraries

2010-02-24 Thread Gustavo Sverzut Barbieri
Dear all, As we're approaching release of our beloved window manager and its foundation libraries, I started a wiki page to help packagers that exist and those that will join our bandwagon: http://trac.enlightenment.org/e/wiki/Packaging Please feel free to review, comment, fix and improve it

[E-devel] [PATCH] ecore_directfb: fixed reposition/resize event management

2010-02-24 Thread Lionel Landwerlin
This patch is surely a little crappy... I just tried to notify the evas widget when its window is resized. We might prefer to split the resize/reposition events. Signed-off-by: Lionel Landwerlin --- src/lib/ecore_directfb/Ecore_DirectFB.h | 24 +++-- src/lib/ecore_directfb/ecore_directfb.c |

[E-devel] Edje documentation patch

2010-02-24 Thread Eduardo Felipe
Hi folks! Since the adding of map capabilities to Edje, it's EDC Reference documentation has been broken due to the inclusion of tags out of proper order. That can be easily verified by going to http://docs.enlightenment.org/auto/edje/edcref.html and looking at the bottom part. So, I created this