VirtualBox

Changeset 20483 in vbox for trunk/include


Ignore:
Timestamp:
Jun 11, 2009 9:58:45 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48468
Message:

video hw accel: blt impl basics for guest video drv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxVideo.h

    r20478 r20483  
    295295typedef struct _VBOXVHWA_RECTL
    296296{
    297     int16_t x;
    298     int16_t y;
    299     uint16_t w;
    300     uint16_t h;
     297    int32_t x;
     298    int32_t y;
     299    uint32_t w;
     300    uint32_t h;
    301301} VBOXVHWA_RECTL;
    302302
     
    464464typedef struct _VBOXVHWACMD_SURF_BLT
    465465{
     466    uint64_t DstGuestSurfInfo;
     467    uint64_t SrcGuestSurfInfo;
    466468    union
    467469    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette