Changeset 51270 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/surface.c
- Timestamp:
- May 16, 2014 10:27:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/surface.c
r48345 r51270 283 283 wined3d_mutex_unlock(); 284 284 285 if (SUCCEEDED(hr)) 286 { 285 287 locked_rect->Pitch = map_desc.row_pitch; 286 288 locked_rect->pBits = map_desc.data; 289 } 290 else 291 { 292 locked_rect->Pitch = 0; 293 locked_rect->pBits = NULL; 294 } 287 295 288 296 return hr;
Note:
See TracChangeset
for help on using the changeset viewer.