Re: user32: Use whole window rectangle for UpdateLayeredWindow

2010-02-24 Thread Nikolay Sivov
On 2/24/2010 15:57, Alexandre Julliard wrote: Shouldn't you map prcDirty to window coordinates before intersecting? Of course, see try3.

Re: user32: Use whole window rectangle for UpdateLayeredWindow

2010-02-24 Thread Alexandre Julliard
Nikolay Sivov writes: > @@ -3398,14 +3398,14 @@ BOOL WINAPI UpdateLayeredWindowIndirect( HWND hwnd, > const UPDATELAYEREDWINDOWINF > > if (info->hdcSrc) > { > -HDC hdc = GetDCEx( hwnd, 0, DCX_CACHE ); > +HDC hdc = GetWindowDC( hwnd ); > > if (hdc) >