Changeset 75715 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA.cpp
- Timestamp:
- Nov 25, 2018 3:59:10 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r74474 r75715 2277 2277 RT_NOREF1(fFailOnResize); 2278 2278 2279 uint32_t const cx = pThis-> svga.uWidth;2279 uint32_t const cx = pThis->last_scr_width; 2280 2280 uint32_t const cxDisplay = cx; 2281 uint32_t const cy = pThis-> svga.uHeight;2282 uint32_t cBits = pThis-> svga.uBpp;2281 uint32_t const cy = pThis->last_scr_height; 2282 uint32_t cBits = pThis->last_bpp; 2283 2283 2284 2284 if ( cx == VMSVGA_VAL_UNINITIALIZED
Note:
See TracChangeset
for help on using the changeset viewer.