[Bug 8775] spider solitaire from XP fails to flash card when you ask for hint

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 13 20:05:29 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=8775

alexkozlov0 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexkozlov0 at gmail.com

--- Comment #10 from alexkozlov0 at gmail.com ---
I think it's because GdiFlush() isn't implemented (it doesn't marked as a stub
though). The spider solitaire does something like this:

InvertRect(hDC, lprc); // invert card
GdiFlush(); // nop(!)
Sleep(250);
InvertRect(hDC, lprc); // invert card back
get_second_card_rect();
InvertRect(hDC, lprc); // invert second card
GdiFlush(); // nop(!)
Sleep(250);
ReleaseDC(hWnd, hDC); // implicitly invert second card back

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list