Changeset 20483 in vbox for trunk/include
- Timestamp:
- Jun 11, 2009 9:58:45 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r20478 r20483 295 295 typedef struct _VBOXVHWA_RECTL 296 296 { 297 int 16_t x;298 int 16_t y;299 uint 16_t w;300 uint 16_t h;297 int32_t x; 298 int32_t y; 299 uint32_t w; 300 uint32_t h; 301 301 } VBOXVHWA_RECTL; 302 302 … … 464 464 typedef struct _VBOXVHWACMD_SURF_BLT 465 465 { 466 uint64_t DstGuestSurfInfo; 467 uint64_t SrcGuestSurfInfo; 466 468 union 467 469 {
Note:
See TracChangeset
for help on using the changeset viewer.