http://bugs.winehq.org/show_bug.cgi?id=23843
Mark K markk@clara.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |markk@clara.co.uk
--- Comment #3 from Mark K markk@clara.co.uk 2013-01-31 10:00:21 CST --- I tested Su Doku Active with Wine 1.5.22 and the problem is gone, at least with the default Wine settings.
Out of interest I did a regression test. The commit which changed things was:
commit 33ac850c80634c891b0c157bbffa612f70954a40 Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 6 12:39:34 2012 +0200
winex11: Use window surfaces for rendering top-level windows.
It can be disabled by setting "ClientSideGraphics"="n".
:040000 040000 704eac5fc311e63d373e399c63a2488a6b3dedca 33fb0e5963c1326f8765334e4714060c89b21b5e M dlls
If I create the HKEY_CURRENT_USER\Software\Wine\X11 Driver\ClientSideGraphics registry key and set it to N, the flickering comes back. It might be that with the now-default ClientSideGraphics=Y, rendering is much faster so flickering is not noticeable, but this issue is still technically present.