Simple fix to handle the more common case of acutally having a GL context!
Jason
Index: dlls/d3d8/directx.c =================================================================== RCS file: /home/wine/wine/dlls/d3d8/directx.c,v retrieving revision 1.50 diff -u -r1.50 directx.c --- dlls/d3d8/directx.c 16 Sep 2003 20:24:49 -0000 1.50 +++ dlls/d3d8/directx.c 18 Sep 2003 19:18:57 -0000 @@ -431,6 +431,8 @@ gotContext = TRUE; created = TRUE; } + } else { + gotContext = TRUE; } if (gotContext == FALSE) {