Roderick Colenbrander thunderbird2k@gmx.net writes:
Subject: [PATCH] Move WineD3D_CreateFakeGLContext and friends over to WGL. For this we need a HDC and one received from lets say GetDC(0) won't do. Further this HDC needs CS_OWNDC set. For this reason we need our own window class.
Why does it need CS_OWNDC? That sounds like a bug.