Changeset 34129 in vbox for trunk/include
- Timestamp:
- Nov 16, 2010 10:31:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67841
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r33714 r34129 279 279 , VBOXVHWACMD_TYPE_SURF_COLORFILL 280 280 #endif 281 , VBOXVHWACMD_TYPE_HH_DISABLE 282 , VBOXVHWACMD_TYPE_HH_ENABLE 281 283 } VBOXVHWACMD_TYPE; 282 284 … … 724 726 } VBOXVHWACMD_SURF_COLORKEY_SET; 725 727 728 #define VBOXVHWACMD_SURF_OVERLAY_UPDATE_F_SRCMEMRECT 0x00000001 729 #define VBOXVHWACMD_SURF_OVERLAY_UPDATE_F_DSTMEMRECT 0x00000002 730 726 731 typedef struct _VBOXVHWACMD_SURF_OVERLAY_UPDATE 727 732 { … … 737 742 VBOXVHWA_RECTL srcRect; 738 743 uint32_t flags; 739 uint32_t x UpdatedSrcMemValid;744 uint32_t xFlags; 740 745 VBOXVHWA_OVERLAYFX desc; 741 746 VBOXVHWA_RECTL xUpdatedSrcMemRect;
Note:
See TracChangeset
for help on using the changeset viewer.