Changeset 22466 in vbox for trunk/include
- Timestamp:
- Aug 26, 2009 12:14:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r22412 r22466 422 422 423 423 typedef struct _VBOXVHWACMD *PVBOXVHWACMD; /**< @todo r=bird: _VBOXVHWACMD -> VBOXVHWACMD; avoid using 1 or 2 leading underscores. Also, a line what it is to make doxygen happy. */ 424 #ifdef VBOX_WITH_HGSMI425 424 typedef struct VBVACMDHDR *PVBVACMDHDR; 426 425 typedef struct VBVAINFOSCREEN *PVBVAINFOSCREEN; 427 426 typedef struct VBVAINFOVIEW *PVBVAINFOVIEW; 428 #endif /* VBOX_WITH_HGSMI */429 427 430 428 /** Pointer to a display connector interface. */ … … 537 535 DECLR3CALLBACKMEMBER(void, pfnVHWACommandProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVHWACMD pCmd)); 538 536 539 #ifdef VBOX_WITH_HGSMI540 537 /** 541 538 * The specified screen enters VBVA mode. … … 628 625 uint32_t cx, uint32_t cy, 629 626 const void *pvShape)); 630 #endif /* VBOX_WITH_HGSMI */631 627 632 628 /** Read-only attributes.
Note:
See TracChangeset
for help on using the changeset viewer.