29 Jan
2011
29 Jan
'11
4:34 a.m.
Alexandre Julliard <julliard(a)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.