http://bugs.winehq.org/show_bug.cgi?id=5964
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #25 from Roderick Colenbrander thunderbird2k@gmx.net 2008-02-25 12:47:59 --- The original issue itself seems to be over now. Right now there are huge wglShareLists issues left. Basically two contexts are created AND made current before calling wglShareLists. Our current implementation doesn't allow that because we delay context creation until wglMakeCurrent to allow wglShareLists to work sort of (as in case of GLX sharing display lists is done at context creation time). Bug 11436 is about an issue like that.
I consider the original issue fixed.