http://bugs.winehq.org/show_bug.cgi?id=9459
--- Comment #20 from Stefan Dösinger stefandoesinger@gmx.at 2008-03-23 10:20:42 --- Created an attachment (id=11564) --> (http://bugs.winehq.org/attachment.cgi?id=11564) Proposed patch
This patch fixes the problem for me. The issue was that on a resolution change immediately at startup the smaller memory block wasn't freed properly. This patch frees it, so when the surface is locked the next time the surface code reallocates it with the proper size.