Changeset 62889 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Aug 2, 2016 10:34:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r62885 r62889 1870 1870 chars */ 1871 1871 if (pThis->cursor_offset < CH_ATTR_SIZE) 1872 pThis->last_ch_attr[pThis->cursor_offset] = ~0;1872 pThis->last_ch_attr[pThis->cursor_offset] = UINT32_MAX; 1873 1873 if (cursor_offset < CH_ATTR_SIZE) 1874 pThis->last_ch_attr[cursor_offset] = ~0;1874 pThis->last_ch_attr[cursor_offset] = UINT32_MAX; 1875 1875 pThis->cursor_offset = cursor_offset; 1876 1876 pThis->cursor_start = pThis->cr[0xa]; … … 4595 4595 return VERR_PDM_NO_SUCH_LUN; 4596 4596 } 4597 4598 return VERR_PDM_LUN_NOT_FOUND;4599 4597 } 4600 4598
Note:
See TracChangeset
for help on using the changeset viewer.