VirtualBox

Changeset 78015 in vbox for trunk/src


Ignore:
Timestamp:
Apr 4, 2019 1:23:07 PM (6 years ago)
Author:
vboxsync
Message:

DevVGA: Attempt to disable any mouse cursor when resetting the graphics device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r77965 r78015  
    59665966        PDMCritSectLeave(&pThis->CritSect); /* hack around lock order issue. */
    59675967        pThis->pDrv->pfnReset(pThis->pDrv);
     5968        pThis->pDrv->pfnVBVAMousePointerShape(pThis->pDrv, false, false, 0, 0, 0, 0, NULL);
    59685969        PDMCritSectEnter(&pThis->CritSect, VERR_IGNORED);
    59695970    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette