VirtualBox

Ignore:
Timestamp:
May 16, 2014 10:27:20 AM (11 years ago)
Author:
vboxsync
Message:

wine: update to 1.6.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/surface.c

    r48345 r51270  
    283283    wined3d_mutex_unlock();
    284284
     285    if (SUCCEEDED(hr))
     286    {
    285287    locked_rect->Pitch = map_desc.row_pitch;
    286288    locked_rect->pBits = map_desc.data;
     289    }
     290    else
     291    {
     292        locked_rect->Pitch = 0;
     293        locked_rect->pBits = NULL;
     294    }
    287295
    288296    return hr;
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