Am Dienstag 13 März 2007 03:44 schrieb Erich Hoover:
Real Name: Erich Hoover Changelog: wined3d: Allow SetCursorProperties on existing cursor
Looks good to me, except one cosmetic issue:
if(pCursorBitmap) { + WINED3DLOCKED_RECT rect; +......... /* MSDN: Cursor must be A8R8G8B8 */
You are adding trailing whitespaces here. I think git or AJs filters filter them out, but they tend causing merging problems for me if my patches contain some of them.