wined3d: Cleanup after wglMakeCurrent() failures in context_set_current().
commit1c93ab1ee0c66500838b730b11cc0c7f915e10a2
authorHenri Verbeet <hverbeet@codeweavers.com>
Wed, 23 Sep 2009 08:05:59 +0000 (23 10:05 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 23 Sep 2009 10:37:25 +0000 (23 12:37 +0200)
tree2dfd045d77739712fed9d683aa7f11f3aa1a6328
parenteca28c942d61528e02eca7ca402f36161381c87e
wined3d: Cleanup after wglMakeCurrent() failures in context_set_current().

The D3D context is potentially destroyed, so we need to clear the thread's
current D3D context. Found by Rico Schüller.
dlls/wined3d/context.c