Changeset 94360 in vbox
- Timestamp:
- Mar 24, 2022 4:21:50 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150666
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r94356 r94360 1825 1825 pThis->cursor_end = pThis->cr[0xb]; 1826 1826 } 1827 cursor_ptr = pThisCC->pbVRam + (pThis->start_addr + cursor_offset) * 8;1827 cursor_ptr = pThisCC->pbVRam + (pThis->start_addr + cursor_offset) * s_incr; 1828 1828 depth_index = vgaR3GetDepthIndex(pDrv->cBits); 1829 1829 if (cw == 16)
Note:
See TracChangeset
for help on using the changeset viewer.