Changeset 7436 in vbox
- Timestamp:
- Mar 12, 2008 4:04:46 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
r7409 r7436 532 532 LogRel(("Guest Additions capability report: (0x%x) " 533 533 "VMMDEV_GUEST_SUPPORTS_SEAMLESS: %s " 534 "VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s "534 "VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s " 535 535 "VMMDEV_GUEST_SUPPORTS_GRAPHICS: %s\n", 536 536 guestCaps->caps, … … 563 563 LogRel(("Guest Additions capability report: (0x%x) " 564 564 "VMMDEV_GUEST_SUPPORTS_SEAMLESS: %s " 565 "VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s "565 "VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING: %s " 566 566 "VMMDEV_GUEST_SUPPORTS_GRAPHICS: %s\n", 567 567 pData->guestCaps,
Note:
See TracChangeset
for help on using the changeset viewer.