- Timestamp:
- Dec 15, 2010 4:30:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r34665 r35145 946 946 947 947 /* VBVAINFOSCREEN::u8Flags */ 948 #define VBVA_SCREEN_F_NONE 0x0000 949 #define VBVA_SCREEN_F_ACTIVE 0x0001 948 #define VBVA_SCREEN_F_NONE 0x0000 949 #define VBVA_SCREEN_F_ACTIVE 0x0001 950 /** The virtual monitor has been disabled by the guest and should be blacked 951 * out by the host and ignored for purposes of pointer position calculation. */ 952 #define VBVA_SCREEN_F_DISABLED 0x0002 950 953 951 954 typedef struct VBVAINFOSCREEN
Note:
See TracChangeset
for help on using the changeset viewer.