On Fri, Mar 19, 2010 at 4:55 PM, Brian Wang <[email protected]> wrote:
> On Fri, Mar 19, 2010 at 2:25 PM, Brian Wang <[email protected]> wrote:
>> Hello all,
>>
>> I think there's some underlying bug in elm_genlist that's causing
>> residual pixels left on the genlist when scrolling around.  Please see
>> the attached (hopefully, with the PNG disguised in TXT extension!),
>> captured with unmodified elementary_test's genlist test item.  The
>> patch below will make it happen more easily.  I don't know if the
>> '128' magic number is significant though.  What are the possible
>> causes?
>
> Actually, it is quite easy to reproduce the proble even without
> modifying elm_genlist.c.
> Please see the attached source code for reproducing the problem and
> disguised PNG for showcasing the symptom.

Sorry to reply to my own question... again...

I just reverted elm_genlist.c to r45543 and replaced _stringlist_xxx
to _elm_stringlist_xxx.
The problem persists.  I'm pretty sure it wasn't there, so I guess the
problem lies somewhere else and got introduced recently.  Any idea?

>
>>
>> Thanks in advance.
>>
>>
>> brian
>>
>> Index: elm_genlist.c
>> ===================================================================
>> --- elm_genlist.c       (revision 47311)
>> +++ elm_genlist.c       (working copy)
>> @@ -1667,7 +1667,8 @@
>>    double t0, t;
>>
>>    t0 = ecore_time_get();
>> -   for (n = 0; (wd->queue) && (n < 128); n++)
>> +   //for (n = 0; (wd->queue) && (n < 128); n++)
>> +   for (n = 0; (wd->queue) && (n < 4); n++)
>>      {
>>        Elm_Genlist_Item *it;
>>
>>
>>
>> --
>> brian
>> ------------------
>>
>> Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
>> http://cool-idea.com.tw/
>>
>> iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe
>>
>
>
>
> --
> brian
> ------------------
>
> Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
> http://cool-idea.com.tw/
>
> iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe
>



-- 
brian
------------------

Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to