Changeset 77130 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 1, 2019 4:55:20 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128588
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r76553 r77130 2660 2660 RT_UNTRUSTED_NONVOLATILE_COPY_FENCE(); 2661 2661 2662 LogRelFlowFunc(("VBVA: ChannelHandler: VBVA_CURSOR_POSITION: fReportPosition=%RTbool, x=%RU32, y=%RU32\n",2663 RT_BOOL(Report.fReportPosition), Report.x, Report.y));2664 2665 pVGAState->pDrv->pfnVBVAReportCursorPosition(pVGAState->pDrv, RT_BOOL(Report.fReportPosition), Report.x, Report.y);2662 LogRelFlowFunc(("VBVA: ChannelHandler: VBVA_CURSOR_POSITION: fReportPosition=%RTbool, Id=%RU32, x=%RU32, y=%RU32\n", 2663 RT_BOOL(Report.fReportPosition), vbvaViewFromBufferPtr(pIns, pCtx, pvBuffer), Report.x, Report.y)); 2664 2665 pVGAState->pDrv->pfnVBVAReportCursorPosition(pVGAState->pDrv, RT_BOOL(Report.fReportPosition), vbvaViewFromBufferPtr(pIns, pCtx, pvBuffer), Report.x, Report.y); 2666 2666 pReport->x = pCtx->xCursor; 2667 2667 pReport->y = pCtx->yCursor;
Note:
See TracChangeset
for help on using the changeset viewer.