Changeset 17676 in vbox for trunk/include/VBox
- Timestamp:
- Mar 11, 2009 11:05:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r17624 r17676 86 86 87 87 /* The size of the information. */ 88 #ifndef VBOX_WITH_HGSMI 88 89 #define VBOX_VIDEO_ADAPTER_INFORMATION_SIZE 4096 89 90 #define VBOX_VIDEO_DISPLAY_INFORMATION_SIZE 4096 91 #else 92 /* 93 * The minimum HGSMI heap size is PAGE_SIZE (4096 bytes) and is a restriction of the 94 * runtime heapsimple API. Use minimum 2 pages here, because the info area also may 95 * contain other data (for example HGSMIHOSTFLAGS structure). 96 */ 97 #define VBVA_ADAPTER_INFORMATION_SIZE 8*_1K 98 #define VBVA_DISPLAY_INFORMATION_SIZE 8*_1K 99 #endif /* VBOX_WITH_HGSMI */ 90 100 91 101 … … 353 363 { 354 364 uint32_t u32Flags; 355 uint32_t u32 Reserved;365 uint32_t u32Offset; 356 366 357 367 } VBVAENABLE;
Note:
See TracChangeset
for help on using the changeset viewer.