VirtualBox

Changeset 54164 in vbox


Ignore:
Timestamp:
Feb 11, 2015 9:29:21 PM (10 years ago)
Author:
vboxsync
Message:

Main/Display: do not send ACPI events at all on cursor capability changes as no one needs them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r54162 r54164  
    11881188    alock.release();  /* Release before calling up for lock order reasons. */
    11891189    mpDrv->pUpPort->pfnReportHostCursorCapabilities (mpDrv->pUpPort, fCapabilitiesAdded, fCapabilitiesRemoved);
    1190     if (   mfGuestVBVACapabilities & VBVACAPS_DISABLE_CURSOR_INTEGRATION
    1191         && !(mfGuestVBVACapabilities & VBVACAPS_IRQ))
    1192     {
    1193         HRESULT hrc = mParent->i_sendACPIMonitorHotPlugEvent();
    1194         if (FAILED(hrc))
    1195             return hrc;
    1196     }
    11971190    mfHostCursorCapabilities = fHostCursorCapabilities;
    11981191    return S_OK;
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