wined3d: Add hardware cursor support.

Stefan Dösinger stefandoesinger at gmx.at
Fri May 11 06:38:14 CDT 2007


Am Freitag 11 Mai 2007 02:34 schrieb Andrew Riedi:
> I made a test to figure out the exact Windows behavior, and Stefand helped
> me out in telling me what to test.  This code behaves how it should.  I
> will send the test in later once I have cleaned it up.
>
> changelog: wined3d: Add hardware cursor support.
> +        if (This->hardwareCursor) DestroyCursor(This->hardwareCursor);
> +        if (This->haveHardwareCursor) This->haveHardwareCursor = FALSE;
Is there a specific reason to test if This->haveHardwareCursor is true before 
setting it to false? Or would a plain This->haveHardwareCursor = FALSE work 
too?

Otherwise looked fine to me
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20070511/9d9e2717/attachment.pgp


More information about the wine-devel mailing list