Changeset 54164 in vbox
- Timestamp:
- Feb 11, 2015 9:29:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r54162 r54164 1188 1188 alock.release(); /* Release before calling up for lock order reasons. */ 1189 1189 mpDrv->pUpPort->pfnReportHostCursorCapabilities (mpDrv->pUpPort, fCapabilitiesAdded, fCapabilitiesRemoved); 1190 if ( mfGuestVBVACapabilities & VBVACAPS_DISABLE_CURSOR_INTEGRATION1191 && !(mfGuestVBVACapabilities & VBVACAPS_IRQ))1192 {1193 HRESULT hrc = mParent->i_sendACPIMonitorHotPlugEvent();1194 if (FAILED(hrc))1195 return hrc;1196 }1197 1190 mfHostCursorCapabilities = fHostCursorCapabilities; 1198 1191 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.