Changeset 54640 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Mar 5, 2015 12:39:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r54615 r54640 2844 2844 static int vbgdIoCtl_SetMouseStatus(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession, uint32_t fFeatures) 2845 2845 { 2846 int rc;2847 2846 LogFlow(("VBOXGUEST_IOCTL_SET_MOUSE_STATUS: features=%#x\n", fFeatures)); 2848 2847 … … 2940 2939 { 2941 2940 int rc; 2942 uint32_t iBit;2943 2941 2944 2942 pReq->u32OrMask = pDevExt->fAcquiredGuestCaps | pDevExt->SetGuestCapsTracker.fMask;
Note:
See TracChangeset
for help on using the changeset viewer.