28 Jan
2011
28 Jan
'11
10:34 p.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.