Changeset 28475 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/surface_gdi.c
- Timestamp:
- Apr 19, 2010 3:27:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/surface_gdi.c
r25949 r28475 250 250 } 251 251 252 hr = IWineD3DSwapChain_Present((IWineD3DSwapChain *) swapchain, NULL, NULL, 0, NULL, 0); 252 hr = IWineD3DSwapChain_Present((IWineD3DSwapChain *)swapchain, 253 NULL, NULL, swapchain->win_handle, NULL, 0); 253 254 IWineD3DSwapChain_Release((IWineD3DSwapChain *) swapchain); 254 255 return hr; … … 306 307 UINT y = 0, x = 0; 307 308 IWineD3DSurfaceImpl *This = (IWineD3DSurfaceImpl *)iface; 309 const struct wined3d_format_desc *format_desc = This->resource.format_desc; 308 310 static char *output = NULL; 309 311 static UINT size = 0; 310 const struct GlPixelFormatDesc *format_desc = This->resource.format_desc;311 312 312 313 if (This->pow2Width > size) {
Note:
See TracChangeset
for help on using the changeset viewer.