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