http://bugs.winehq.org/show_bug.cgi?id=8775 alexkozlov0(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexkozlov0(a)gmail.com --- Comment #10 from alexkozlov0(a)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.