VirtualBox

Changeset 43252 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 7, 2012 8:01:29 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80661
Message:

Additions/x11/x11include: warning fix to Xorg 1.13 header, see r74211.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/edid.h

    r43251 r43252  
    599599
    600600struct cea_vendor_block_hdmi {
    601     Uchar portB:4;
    602     Uchar portA:4;
    603     Uchar portD:4;
    604     Uchar portC:4;
     601    __extension__ Uchar portB:4;
     602    __extension__ Uchar portA:4;
     603    __extension__ Uchar portD:4;
     604    __extension__ Uchar portC:4;
    605605    Uchar support_flags;
    606606    Uchar max_tmds_clock;
     
    617617        struct cea_vendor_block_hdmi hdmi;
    618618        /* any other vendor blocks we know about */
    619     };
     619    } dummy;
    620620};
    621621
    622622struct cea_speaker_block {
    623     Uchar FLR:1;
    624     Uchar LFE:1;
    625     Uchar FC:1;
    626     Uchar RLR:1;
    627     Uchar RC:1;
    628     Uchar FLRC:1;
    629     Uchar RLRC:1;
    630     Uchar FLRW:1;
    631     Uchar FLRH:1;
    632     Uchar TC:1;
    633     Uchar FCH:1;
    634     Uchar Resv:5;
     623    __extension__ Uchar FLR:1;
     624    __extension__ Uchar LFE:1;
     625    __extension__ Uchar FC:1;
     626    __extension__ Uchar RLR:1;
     627    __extension__ Uchar RC:1;
     628    __extension__ Uchar FLRC:1;
     629    __extension__ Uchar RLRC:1;
     630    __extension__ Uchar FLRW:1;
     631    __extension__ Uchar FLRH:1;
     632    __extension__ Uchar TC:1;
     633    __extension__ Uchar FCH:1;
     634    __extension__ Uchar Resv:5;
    635635    Uchar ResvByte;
    636636};
    637637
    638638struct cea_data_block {
    639     Uchar len:5;
    640     Uchar tag:3;
     639    __extension__ Uchar len:5;
     640    __extension__ Uchar tag:3;
    641641    union {
    642642        struct cea_video_block video;
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