Hi, On Wed, Jun 4, 2008 at 4:49 PM, Mats Ekberg <[EMAIL PROTECTED]> wrote: > Thanks for the fast reply! The emotion code really clarified a lot, > and we now have a more or less working implementation. We are having > an odd problem though: when we resize the buffer, we want to call > evas_object_image_size_set() on our image (the one with the replaced > get_pixels callback) to tell Evas that dimensions of the buffer has > changed. However, when we resize it, we get the following assertion > error: > > evas-0.9.9.041/src/lib/cache/evas_cache_image.c:488: > evas_cache_image_size_set: Assertion `im->references > 0' failed. > > This does not happen the first time we set the image size, but as we > want the bitmap to exactly match the size of the displayed area, we > need to resize the buffer as the displayed area changes. Any ideas?
Sounds like a cache bug, do you have some test case for this that you could send to me ? -- Cedric BAIL ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
