Changeset 54565 in vbox for trunk/include/VBox/VBoxVideo.h
- Timestamp:
- Feb 27, 2015 8:13:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r54495 r54565 927 927 * @see VMMDevReqMouseStatus::mouseFeatures. */ 928 928 #define VBOX_VBVA_CONF32_CURSOR_CAPABILITIES 4 929 /** Returns the supported flags in VBVAINFOSCREEN::u8Flags. */ 930 #define VBOX_VBVA_CONF32_SCREEN_FLAGS 5 929 931 930 932 typedef struct VBVACONF32 … … 982 984 #define VBVA_SCREEN_F_NONE 0x0000 983 985 #define VBVA_SCREEN_F_ACTIVE 0x0001 984 /** The virtual monitor has been disabled by the guest and should be blacked985 * outby 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. */ 986 988 #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 987 992 988 993 typedef struct VBVAINFOSCREEN
Note:
See TracChangeset
for help on using the changeset viewer.