VirtualBox

Changeset 7425 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 12, 2008 9:31:46 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28860
Message:

examplify what these certain graphical operations might be.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxDev.h

    r7409 r7425  
    6161/** the guest supports mapping guest to host windows */
    6262#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. */
    6867#define VMMDEV_GUEST_SUPPORTS_GRAPHICS                      RT_BIT(2)
    6968/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette