- Timestamp:
- Jul 21, 2007 6:50:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
r3732 r3755 519 519 /* make a copy of supplied information */ 520 520 pData->guestCaps = guestCaps->caps; 521 522 LogRel(("Guest Additions capability report: (0x%x) " 523 "VMMDEV_GUEST_SUPPORTS_SEAMLESS: %s " 524 "VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s\n", 525 guestCaps->caps, 526 guestCaps->caps & VMMDEV_GUEST_SUPPORTS_SEAMLESS ? "yes" : "no", 527 guestCaps->caps & VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING ? "yes" : "no")); 521 528 522 529 pData->pDrv->pfnUpdateGuestCapabilities(pData->pDrv, guestCaps->caps);
Note:
See TracChangeset
for help on using the changeset viewer.