Changeset 32824 in vbox
- Timestamp:
- Sep 29, 2010 4:56:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r32622 r32824 284 284 #ifdef VBOX_WITH_WDDM 285 285 , VBOXVHWACMD_TYPE_SURF_GETINFO 286 , VBOXVHWACMD_TYPE_SURF_COLORFILL 286 287 #endif 287 288 } VBOXVHWACMD_TYPE; … … 678 679 } u; 679 680 } VBOXVHWACMD_SURF_BLT; 681 682 #ifdef VBOX_WITH_WDDM 683 typedef struct _VBOXVHWACMD_SURF_COLORFILL 684 { 685 union 686 { 687 struct 688 { 689 VBOXVHWA_SURFHANDLE hSurf; 690 uint64_t offSurface; 691 uint32_t u32Reserved; 692 uint32_t cRects; 693 VBOXVHWA_RECTL aRects[1]; 694 } in; 695 } u; 696 } VBOXVHWACMD_SURF_COLORFILL; 697 #endif 680 698 681 699 typedef struct _VBOXVHWACMD_SURF_FLIP
Note:
See TracChangeset
for help on using the changeset viewer.