Changeset 39501 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 1, 2011 8:28:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c
r39130 r39501 887 887 } 888 888 889 if (context-> win_handle != context->swapchain->win_handle)889 if (context->swapchain && context->win_handle != context->swapchain->win_handle) 890 890 #endif 891 891 { … … 1945 1945 device_context_remove(This, context); 1946 1946 if (destroy) HeapFree(GetProcessHeap(), 0, context); 1947 #ifndef VBOX_WITH_WDDM 1948 else context->swapchain = NULL; 1949 #endif 1947 1950 } 1948 1951
Note:
See TracChangeset
for help on using the changeset viewer.