http://bugs.winehq.org/show_bug.cgi?id=2813
burnus@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major
------- Additional Comments From burnus@gmx.de 2005-06-04 09:02 ------- Ok, traced down the other regression. Without the following patch, Origin works nicely. With that patch, the main window comes up (empty or with menubar) and then the CPU consumes 100% - the background of that window is not painted. I don't know whether there are more regressions besides the ones caused by (a) painting.c and (b) edit.c, but (a) causes Origin not to work and (b) causes a crash which makes it hard to test for regressions inbetween or afterwards.
http://www.winehq.org/hypermail/wine-cvs/2005/02/0498.html Changes by: julliard@wine.codeweavers.com 2005/02/24 13:42:08 Modified files: dlls/user : painting.c Log message: Repaint the non-client area to work around broken WM_PAINT handlers also when doing a synchronous update with RDW_UPDATENOW. Patch: http://cvs.winehq.org/patch.py?id=16316