Changeset 27682 in vbox for trunk/include
- Timestamp:
- Mar 24, 2010 6:37:48 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59270
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r27629 r27682 740 740 typedef struct _VBOXVHWACMD_HH_CONSTRUCT 741 741 { 742 void * pVM; 742 void *pVM; 743 /* VRAM info for the backend to be able to properly translate VRAM offsets */ 744 void *pvVRAM; 745 uint32_t cbVRAM; 743 746 } VBOXVHWACMD_HH_CONSTRUCT; 744 747
Note:
See TracChangeset
for help on using the changeset viewer.