Re: [E-devel] RFC: evas smart pre_render

2008-08-14 Thread Jose Gonzalez
Gustavo wrote: > Attached is a patch (txt so gmail/firefox don't think it's an > octet-stream and is removed by mailman) to add pre_render() to > Evas_Smart_Class. This patch applies on e17/libs and hacks edje and > emotion so we can test. > > CAUTION: if you compile and install Evas with this patc

[E-devel] RFC: evas smart pre_render

2008-08-14 Thread Gustavo Sverzut Barbieri
Attached is a patch (txt so gmail/firefox don't think it's an octet-stream and is removed by mailman) to add pre_render() to Evas_Smart_Class. This patch applies on e17/libs and hacks edje and emotion so we can test. CAUTION: if you compile and install Evas with this patch, it will change the EVAS

[E-devel] Nightly build log for E17 on 2008-08-14 07:11:12 -0700

2008-08-14 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-08-14 07:11:12 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: enna http://download.enlightenment.org/tests/logs/enna.log epdf http://download.enlightenment.org/tests/logs/epdf.log Packages

[E-devel] always e17 on opensolaris

2008-08-14 Thread _doof
hi little problem exist to compil e17 on opensolaris 1/ ETK e17/libs/etk/src/bin/etk_combobox_test.c file use strcasestr which doesnt exist on opensolaris. i need to add this line to compil etk char *strcasestr(register char *s, register char *find) { register char c, sc; regi