VirtualBox

Ignore:
Timestamp:
Jul 19, 2010 8:52:22 PM (14 years ago)
Author:
vboxsync
Message:

win additions burn fix

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/d3d9.def

    r30916 r30918  
    1515  Direct3DCreate9@4=Direct3DCreate9
    1616  Direct3DCreate9Ex@8=Direct3DCreate9Ex
    17   VBoxWineExD3DDev9CreateTexture
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/device.c

    r30917 r30918  
    713713}
    714714
     715#ifdef VBOXWDDM
    715716VBOXWINEEX_DECL(HRESULT) VBoxWineExD3DDev9CreateTexture(IDirect3DDevice9Ex *iface,
    716717        UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format,
     
    719720                            *    applicable ONLY for SYSMEM textures */
    720721{
    721 #ifdef VBOXWDDM
    722722    IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface;
    723723    IDirect3DTexture9Impl *object;
     
    749749
    750750    return D3D_OK;
    751 #else
    752     return E_NOTIMPL;
     751}
    753752#endif
    754 }
    755753
    756754static HRESULT WINAPI IDirect3DDevice9Impl_CreateTexture(IDirect3DDevice9Ex *iface,
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