Re: [Patch] Fix two steps drawing

2006-07-14 Thread Bo Peng
> But the change is good regardless. Woah!!! I have a "good" from Lars!!! ;-) I also see that. :-) Have a nice holiday. Bo

Re: [Patch] Fix two steps drawing

2006-07-14 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | > Hello, | > You are going to be happy Lars, this patch removes the needRedraw | > interface and simplify the screen update procedure. It also fixes | > all crash problems. | > The performance m

Re: [Patch] Fix two steps drawing

2006-07-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | > Hello, | > You are going to be happy Lars, this patch removes the needRedraw | > interface and simplify the screen update procedure. It also fixes | > all crash problems. | > The performance may suffer a bit because we do

Re: [Patch] Fix two steps drawing

2006-07-14 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, You are going to be happy Lars, this patch removes the needRedraw interface and simplify the screen update procedure. It also fixes all crash problems. The performance may suffer a bit because we do the second drawing step in all cases. This could be optimized

[Patch] Fix two steps drawing

2006-07-14 Thread Abdelrazak Younes
Hello, You are going to be happy Lars, this patch removes the needRedraw interface and simplify the screen update procedure. It also fixes all crash problems. The performance may suffer a bit because we do the second drawing step in all cases. This could be optimized out by checking the return