http://bugs.winehq.org/show_bug.cgi?id=26512
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmail.com
--- Comment #6 from Roderick Colenbrander thunderbird2k@gmail.com 2011-03-22 23:25:40 CDT --- I haven't noticed a OpenGL / D3D situation like this before and I have no idea if it could work at all. That said, try to add a line like this to the start of pixelformat_from_fbconfig_id: if (!has_opengl()) return 0;
It would trigger initialization of the OpenGL code. Though I have no idea what will happen ..