Re: [E-devel] [Fwd: corruption on 16bit]

2009-09-24 Thread The Rasterman
On Mon, 21 Sep 2009 12:38:31 +0200 Arno Schuring said: > Hello list, > > I've already sent this to -users, but have not gotten any meaningful > responses. When I switch my desktop to 16 bit depth, I can see > corruption in the shelves and E menu > (http://img338.imageshack.us/img338/3853/e1716bi

Re: [E-devel] null pointer in Image_Entry info

2009-09-24 Thread mikael.liljeroth
On Thu, Sep 24, 2009 at 4:12 PM, Cedric BAIL wrote: > > Hum, sorry my bad. I didn't read that code since sometime and in fact > I don't see why info.loader could be NULL. It is set by > evas_common_load_rgba_image_module_from_file when it try to find the > right loader. So this change my diagnost

Re: [E-devel] null pointer in Image_Entry info

2009-09-24 Thread Cedric BAIL
On Thu, Sep 24, 2009 at 3:59 PM, Mikael Liljeroth wrote: > On Thu, Sep 24, 2009 at 5:46 AM, Cedric BAIL wrote: >> info.loader is removed when loading is done. So if it's gone, my guess >> is that the data has already been loaded. Is it a possible explanation ? > info.loader is null even before i

Re: [E-devel] null pointer in Image_Entry info

2009-09-24 Thread Mikael Liljeroth
On Thu, Sep 24, 2009 at 5:46 AM, Cedric BAIL wrote: > > info.loader is removed when loading is done. So if it's gone, my guess > is that the data has already been loaded. Is it a possible explanation > ? > > info.loader is null even before i call the evas_cache_image_load_data for the first time.

Re: [E-devel] null pointer in Image_Entry info

2009-09-24 Thread Cedric BAIL
On Thu, Sep 24, 2009 at 2:32 PM, Mikael Liljeroth wrote: > On Thu, Sep 24, 2009 at 5:19 AM, Mikael Liljeroth < > mikael.liljer...@gmail.com> wrote: >> Hi, I have encountered a rather strange problem when testing revision 42549 >> of the efl libraries. >> The problem seems to be related to images a

[E-devel] null pointer in Image_Entry info

2009-09-24 Thread Mikael Liljeroth
Hi, I have encountered a rather strange problem when testing revision 42549 of the efl libraries. The problem seems to be related to images and the evas image loaders. I'm using a custom built evas engine that uses evas_common_load_image_from_file and then the evas_cache_image_load_data to load the

Re: [E-devel] null pointer in Image_Entry info

2009-09-24 Thread Mikael Liljeroth
On Thu, Sep 24, 2009 at 5:19 AM, Mikael Liljeroth < mikael.liljer...@gmail.com> wrote: > Hi, I have encountered a rather strange problem when testing revision 42549 > of the efl libraries. > The problem seems to be related to images and the evas image loaders. > I'm using a custom built evas engin

Re: [E-devel] about ERROR macro in evas_common.h

2009-09-24 Thread Mathieu Taillefumier
> Hey, > >> this patch should solve your problem on windows. I rename the ERROR, >> INFO, etc to EVAS_ERROR, etc... and made the necessary changes in the >> code. should point out that the compilation will fail if you use the >> -fvisibility=hidden option with gcc (if you are using it) for the