Alexandre Julliard <julli...@winehq.org> wrote: > > - ExcludeUpdateRgn( hdc_dst, data->hwnd ); > > + if (!parent || !(GetWindowLongW( parent, GWL_STYLE ) & > > WS_CLIPCHILDREN)) > > + ExcludeUpdateRgn( hdc_dst, data->hwnd ); > > I don't see what the parent clipping has to do with this. Could you > please explain?
Additional testing shows that this change is not correct, I'll try to figure out a better one. -- Dmitry.