Changeset 60327 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Apr 5, 2016 10:00:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r60016 r60327 5 5 6 6 /* 7 * Copyright (C) 2013-201 5Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2149 2149 IDirect3DSurface9 *pBackBuffer; 2150 2150 IDirect3DSurface9 *pSurfaceD3D; 2151 struct2152 {2153 uint32_t x;2154 uint32_t y;2155 uint32_t cx;2156 uint32_t cy;2157 } srcViewPort;2158 2151 2159 2152 AssertReturn(pState, VERR_NO_MEMORY);
Note:
See TracChangeset
for help on using the changeset viewer.