Re: [E-devel] How to display a custom animated bitmap in evas/edje?

2008-06-07 Thread Jose Gonzalez
Cedric wrote: >>> Well, the semantics of the image-size-set function has always >>> been that if there is no data or file for the image, it will create >>> data of the requested size, and if there is data (possibly from a >>> file), it will create new data of the requested size and copy as

[E-devel] Nightly build log for E17 on 2008-06-07 07:06:41 -0700

2008-06-07 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-06-07 07:06:41 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: eclair http://download.enlightenment.org/tests/logs/eclair.log edvi http://download.enlightenment.org/tests/logs/edvi.log eflpp

Re: [E-devel] How to display a custom animated bitmap in evas/edje?

2008-06-07 Thread Cedric BAIL
On Sat, Jun 7, 2008 at 9:34 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > I wrote: >> Cedric wrote: >>> I did some test around this and I think it came from the fact that >>> o->dirty_pixels is not set to 1 after the second call to >>> evas_object_image_size_set. A quick fix for your example is

Re: [E-devel] How to display a custom animated bitmap in evas/edje?

2008-06-07 Thread Jose Gonzalez
I wrote: > Cedric wrote: > >> I did some test around this and I think it came from the fact that >> o->dirty_pixels is not set to 1 after the second call to >> evas_object_image_size_set. A quick fix for your example is to call >> evas_object_image_pixels_dirty_set just after >> evas_object_i