Changeset 47468 in vbox
- Timestamp:
- Jul 30, 2013 6:38:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r47418 r47468 1038 1038 { 1039 1039 PUSBHID pThis = RT_FROM_MEMBER(pInterface, USBHID, Lun0.IPort); 1040 if (pThis->fHasPendingChanges) 1041 return VERR_TRY_AGAIN; 1040 1042 RTCritSectEnter(&pThis->CritSect); 1041 1043
Note:
See TracChangeset
for help on using the changeset viewer.