Changeset 32461 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/swapchain.c
- Timestamp:
- Sep 13, 2010 5:59:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/swapchain.c
r31868 r32461 842 842 } 843 843 swapchain->ds_format = getFormatDescEntry(WINED3DFMT_D24_UNORM_S8_UINT, gl_info); 844 845 #ifdef VBOXWDDM 846 swapchain->context[0] = context_find_create(device, swapchain, (IWineD3DSurfaceImpl *)swapchain->frontBuffer, 847 swapchain->ds_format); 848 #else 844 849 swapchain->context[0] = context_create(swapchain, (IWineD3DSurfaceImpl *)swapchain->frontBuffer, 845 850 swapchain->ds_format); 851 #endif 846 852 if (!swapchain->context[0]) 847 853 {
Note:
See TracChangeset
for help on using the changeset viewer.