Changeset 7425 in vbox for trunk/include/VBox
- Timestamp:
- Mar 12, 2008 9:31:46 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxDev.h
r7409 r7425 61 61 /** the guest supports mapping guest to host windows */ 62 62 #define VMMDEV_GUEST_SUPPORTS_GUEST_HOST_WINDOW_MAPPING RT_BIT(1) 63 /** 64 * the guest graphical additions are active - used for fast activation 65 * and deactivation of certain graphical operations. 66 * The legacy VMMDevReq_ReportGuestCapabilities request sets this 67 * automatically, but VMMDevReq_SetGuestCapabilities does not. */ 63 /** the guest graphical additions are active - used for fast activation 64 * and deactivation of certain graphical operations (e.g. resizing & seamless). 65 * The legacy VMMDevReq_ReportGuestCapabilities request sets this 66 * automatically, but VMMDevReq_SetGuestCapabilities does not. */ 68 67 #define VMMDEV_GUEST_SUPPORTS_GRAPHICS RT_BIT(2) 69 68 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.