http://bugs.winehq.org/show_bug.cgi?id=22624
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmail.com
--- Comment #2 from Roderick Colenbrander thunderbird2k@gmail.com 2010-05-08 16:02:12 --- We should not make any wgl calls between a ENTER_GL / LEAVE_GL block because of issues like the one you described (see bug 9810). Actually wglFlush/wglFinish are not official WGL calls (they don't go through our gdi32 code) but the same applies to them, so the patch you propose is correct.