Changeset 70076 in vbox
- Timestamp:
- Dec 12, 2017 10:22:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r70075 r70076 2737 2737 RT_BOOL(pReport->fReportPosition), pReport->x, pReport->y)); 2738 2738 2739 pVGAState->pDrv->pfnVBVAReportCursorPosition(pVGAState->pDrv, pReport->fReportPosition,2739 pVGAState->pDrv->pfnVBVAReportCursorPosition(pVGAState->pDrv, (bool)pReport->fReportPosition, 2740 2740 pReport->x, pReport->y); 2741 2741 pReport->x = pCtx->xCursor;
Note:
See TracChangeset
for help on using the changeset viewer.