Changeset 32963 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Oct 6, 2010 11:15:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c
r32962 r32963 1980 1980 #endif 1981 1981 1982 #ifdef VBOX_WITH_WDDM1983 while (device->numContexts)1984 {1985 context_destroy(device, device->contexts[0]);1986 }1987 #endif1988 1989 1982 /* Create a new context for the thread */ 1990 1983 return swapchain_create_context_for_thread(swapchain);
Note:
See TracChangeset
for help on using the changeset viewer.