Changeset 51748 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jun 27, 2014 7:13:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r51629 r51748 2031 2031 AssertReturn(cy, VERR_INVALID_PARAMETER); 2032 2032 AssertPtrReturn(pThis, VERR_INVALID_POINTER); 2033 AssertReturn(pThis->line_offset, VERR_INTERNAL_ERROR); 2033 2034 if (!pThis->line_offset) 2035 return VERR_INTERNAL_ERROR; 2034 2036 2035 2037 #if 0 //def VBOX_WITH_VDMA
Note:
See TracChangeset
for help on using the changeset viewer.