Limit number of DirectDrawClipper_SetClipList FIXMEs (take 2)

Tobias Burnus burnus at gmx.de
Mon Aug 23 08:09:27 CDT 2004


Tobias Burnus wrote:
> Changelog:
>   - Limit number of FIXME()s in Clipper_SetClipList and document function
     - Document Clipper_GetClipList

I also changed the variable names to the names given at MSDN.

> +    if (warned++ < 10 && lprgn != NULL)
I actually wanted to have:
if(warned ++ || lprng == NULL)
that is: If a ClipList is to be removed, always print the stub.

Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dclipper_patch.diff
Type: text/x-patch
Size: 3537 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040823/f825f9e4/dclipper_patch.bin


More information about the wine-patches mailing list