Changeset 81498 in vbox
- Timestamp:
- Oct 23, 2019 7:11:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r81194 r81498 2602 2602 uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, uint8_t *pbData, uint32_t cbData) 2603 2603 { 2604 Log (("vmsvgaR3InstallNewCursor: cx=%d cy=%d xHot=%d yHot=%d fAlpha=%d cbData=%#x\n", cx, cy, xHot, yHot, fAlpha, cbData));2604 LogRel2(("vmsvgaR3InstallNewCursor: cx=%d cy=%d xHot=%d yHot=%d fAlpha=%d cbData=%#x\n", cx, cy, xHot, yHot, fAlpha, cbData)); 2605 2605 #ifdef LOG_ENABLED 2606 2606 if (LogIs2Enabled()) … … 3334 3334 else if (*pfLastVisible != fVisible) 3335 3335 { 3336 LogRel2(("vmsvgaFIFOUpdateCursor: fVisible %d fLastVisible %d (%d,%d)\n", fVisible, *pfLastVisible, x, y)); 3336 3337 *pfLastVisible = fVisible; 3337 3338 pVGAState->pDrv->pfnVBVAMousePointerShape(pVGAState->pDrv, RT_BOOL(fVisible), false, 0, 0, 0, 0, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.