[1/2] gdiplus: Implement GdipGetVisibleClipBounds

Andrew Eikum aeikum at codeweavers.com
Wed Aug 12 13:47:49 CDT 2009


Henri Verbeet wrote:
> 2009/8/12 Andrew Eikum <aeikum at codeweavers.com>:
>> +    GpStatus stat = Ok;
> The initialization is redundant, since you always initialize stat
> before using it.
> 
>> +    if((stat = GdipCreateRegionRect(&wnd_rectf, &wnd_rgn) != Ok))
>> +        return stat;
> I don't think that does what you want it to do.

Thanks for the reply. Does this sit better with you?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ce6f60ea5aa37f032583a480dce8382e96aa7167.diff
Type: text/x-patch
Size: 3988 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20090812/b8abf6ca/attachment.bin>


More information about the wine-devel mailing list