Changeset 22596 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 31, 2009 11:55:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c
r22496 r22596 782 782 { 783 783 ERR("Failed to clear current GL context.\n"); 784 /*In case of failure, wglMakeCurrent makes current GLRC not current anyway.*/ 785 TlsSetValue(wined3d_context_tls_idx, NULL); 784 786 return FALSE; 785 787 }
Note:
See TracChangeset
for help on using the changeset viewer.