Changeset 25052 in vbox for trunk/include
- Timestamp:
- Nov 27, 2009 3:01:37 PM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r25047 r25052 758 758 #pragma pack(1) 759 759 760 typedef struct _VBVABUFFER760 typedef struct VBVAHOSTFLAGS 761 761 { 762 762 uint32_t u32HostEvents; 763 763 uint32_t u32SupportedOrders; 764 } VBVAHOSTFLAGS; 765 766 typedef struct _VBVABUFFER 767 { 768 VBVAHOSTFLAGS hostFlags; 764 769 765 770 /* The offset where the data start in the buffer. */ -
trunk/include/VBox/pdmifs.h
r24373 r25052 438 438 typedef struct VBVAINFOSCREEN *PVBVAINFOSCREEN; 439 439 typedef struct VBVAINFOVIEW *PVBVAINFOVIEW; 440 typedef struct VBVAHOSTFLAGS *PVBVAHOSTFLAGS; 440 441 441 442 /** Pointer to a display connector interface. */ … … 555 556 * @thread The emulation thread. 556 557 */ 557 DECLR3CALLBACKMEMBER(int, pfnVBVAEnable,(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId ));558 DECLR3CALLBACKMEMBER(int, pfnVBVAEnable,(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId, PVBVAHOSTFLAGS pHostFlags)); 558 559 559 560 /**
Note:
See TracChangeset
for help on using the changeset viewer.