Re: RICHED20: Avoid flicker

2005-08-19 Thread Alexandre Julliard
Phil Krylov <[EMAIL PROTECTED]> writes: >> Avoid flicker in RichEdit using proper update region invalidation and an >> offscreen bitmap. > > Anything wrong with this patch? I think the bitmap is overkill, you should be able to repaint things properly without resorting to that. -- Alexandre Jull

Re: RICHED20: Avoid flicker

2005-08-18 Thread Phil Krylov
On Sun, 14 Aug 2005 17:53:33 +0400 Phil Krylov <[EMAIL PROTECTED]> wrote: > this patch needs to be applied after the "Re: RICHED20: Implement > EM_SETRECT, EM_SETRECTNP and WM_SETREDRAW messages (fixed)" patch. > > ChangeLog: > > Avoid flicker in RichEdit using proper update region invalidation