VirtualBox

Changeset 54565 in vbox for trunk/include/VBox/VBoxVideo.h


Ignore:
Timestamp:
Feb 27, 2015 8:13:49 PM (10 years ago)
Author:
vboxsync
Message:

include,Additions: introduce VBVA_SCREEN_F_BLANK

File:
1 edited

Legend:

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

    r54495 r54565  
    927927 * @see VMMDevReqMouseStatus::mouseFeatures. */
    928928#define VBOX_VBVA_CONF32_CURSOR_CAPABILITIES  4
     929/** Returns the supported flags in VBVAINFOSCREEN::u8Flags. */
     930#define VBOX_VBVA_CONF32_SCREEN_FLAGS 5
    929931
    930932typedef struct VBVACONF32
     
    982984#define VBVA_SCREEN_F_NONE     0x0000
    983985#define VBVA_SCREEN_F_ACTIVE   0x0001
    984 /** The virtual monitor has been disabled by the guest and should be blacked
    985  * out by the host and ignored for purposes of pointer position calculation. */
     986/** The virtual monitor has been disabled by the guest and should be removed
     987 * by the host and ignored for purposes of pointer position calculation. */
    986988#define VBVA_SCREEN_F_DISABLED 0x0002
     989/** The virtual monitor has been blanked by the guest and should be blacked
     990 * out by the host. */
     991#define VBVA_SCREEN_F_BLANK    0x0004
    987992
    988993typedef struct VBVAINFOSCREEN
Note: See TracChangeset for help on using the changeset viewer.

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