Changeset 40387 in vbox for trunk/include
- Timestamp:
- Mar 6, 2012 8:38:49 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideoGuest.h
r38207 r40387 43 43 #endif 44 44 45 #ifdef VBOX_WDDM_MINIPORT 46 # include "wddm/VBoxMPShgsmi.h" 47 typedef VBOXSHGSMI HGSMIGUESTCMDHEAP; 48 # define HGSMIGUESTCMDHEAP_GET(_p) (&(_p)->Heap) 49 #else 50 typedef HGSMIHEAP HGSMIGUESTCMDHEAP; 51 # define HGSMIGUESTCMDHEAP_GET(_p) (_p) 52 #endif 53 45 54 RT_C_DECLS_BEGIN 46 55 … … 53 62 /** Information about the memory heap located in VRAM from which data 54 63 * structures to be sent to the host are allocated. */ 55 HGSMI HEAP heapCtx;64 HGSMIGUESTCMDHEAP heapCtx; 56 65 /** The I/O port used for submitting commands to the host by writing their 57 66 * offsets into the heap. */
Note:
See TracChangeset
for help on using the changeset viewer.