VirtualBox

Changeset 69686 in vbox for trunk/include/VBox/Graphics


Ignore:
Timestamp:
Nov 14, 2017 1:29:33 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119058
Message:

/include/: darwin header tweaks

Location:
trunk/include/VBox/Graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/Graphics/VBoxUhgsmi.h

    r69107 r69686  
    4343            uint32_t fCommand    : 1;
    4444            uint32_t Reserved    : 31;
    45         };
     45        } RT_STRUCT_NM(s);
    4646        uint32_t Value;
    47     };
     47    } RT_UNION_NM(u);
    4848} VBOXUHGSMI_BUFFER_TYPE_FLAGS;
    4949
     
    6060            uint32_t bLockEntire : 1;
    6161            uint32_t Reserved    : 27;
    62         };
     62        } RT_STRUCT_NM(s);
    6363        uint32_t Value;
    64     };
     64    } RT_UNION_NM(u);
    6565} VBOXUHGSMI_BUFFER_LOCK_FLAGS;
    6666
     
    7676            uint32_t bEntireBuffer          : 1;
    7777            uint32_t Reserved               : 28;
    78         };
     78        } RT_STRUCT_NM(s);
    7979        uint32_t Value;
    80     };
     80    } RT_UNION_NM(u);
    8181} VBOXUHGSMI_BUFFER_SUBMIT_FLAGS, *PVBOXUHGSMI_BUFFER_SUBMIT_FLAGS;
    8282
  • trunk/include/VBox/Graphics/VBoxVideoHost3D.h

    r69107 r69686  
    124124        void *pvVRamBase;
    125125        uint64_t uAlignment;
    126     };
     126    } RT_UNION_NM(u);
    127127    uint64_t cbVRam;
    128128    PPDMLED pLed;
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