VirtualBox

Ignore:
Timestamp:
Apr 19, 2010 3:27:01 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: update to wine 1.1.43

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/surface_gdi.c

    r25949 r28475  
    250250    }
    251251
    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);
    253254    IWineD3DSwapChain_Release((IWineD3DSwapChain *) swapchain);
    254255    return hr;
     
    306307    UINT y = 0, x = 0;
    307308    IWineD3DSurfaceImpl *This = (IWineD3DSurfaceImpl *)iface;
     309    const struct wined3d_format_desc *format_desc = This->resource.format_desc;
    308310    static char *output = NULL;
    309311    static UINT size = 0;
    310     const struct GlPixelFormatDesc *format_desc = This->resource.format_desc;
    311312
    312313    if (This->pow2Width > size) {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette