VirtualBox

Ignore:
Timestamp:
Nov 11, 2015 12:25:21 PM (9 years ago)
Author:
vboxsync
Message:

Additions/x11: warning clean-up in X.Org headers to support server provided file descriptors. In this model the display manager opens the kernel drm device and passes the file descriptor to the server and the server driver.

Location:
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.18.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/README

    r58634 r58659  
    1717edid-new.h \
    1818${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/edid.h
     19sed 's/\(fake.*\)\[0\]/\1\[1\]/g' \
     20    ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
     21xf86platformBus.h \
     22    > ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
     23xf86platformBus-new.h
     24mv ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
     25xf86platformBus-new.h \
     26${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
     27xf86platformBus.h
  • trunk/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/xf86platformBus.h

    r58634 r58659  
    105105
    106106static inline char *
    107 _xf86_get_platform_device_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0])
     107_xf86_get_platform_device_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[1])
    108108{
    109109    switch (attrib) {
     
    130130
    131131static inline int
    132 _xf86_get_platform_device_int_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0])
     132_xf86_get_platform_device_int_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[1])
    133133{
    134134    switch (attrib) {
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