Changeset 59271 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jan 6, 2016 4:20:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r58132 r59271 1968 1968 pDrv->pfnUpdateRect(pDrv, cx_min_upd * cw, cy_start * cheight, 1969 1969 (cx_max_upd - cx_min_upd + 1) * cw, (cy - cy_start) * cheight); 1970 1970 return VINF_SUCCESS; 1971 1971 } 1972 1972
Note:
See TracChangeset
for help on using the changeset viewer.