VirtualBox

Changeset 32824 in vbox


Ignore:
Timestamp:
Sep 29, 2010 4:56:03 PM (14 years ago)
Author:
vboxsync
Message:

wddm/2d: missing file

File:
1 edited

Legend:

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

    r32622 r32824  
    284284#ifdef VBOX_WITH_WDDM
    285285    , VBOXVHWACMD_TYPE_SURF_GETINFO
     286    , VBOXVHWACMD_TYPE_SURF_COLORFILL
    286287#endif
    287288} VBOXVHWACMD_TYPE;
     
    678679    } u;
    679680} VBOXVHWACMD_SURF_BLT;
     681
     682#ifdef VBOX_WITH_WDDM
     683typedef 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
    680698
    681699typedef struct _VBOXVHWACMD_SURF_FLIP
Note: See TracChangeset for help on using the changeset viewer.

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