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