VirtualBox

Changeset 6642 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Jan 31, 2008 8:20:15 AM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: Disabled unused vboxutils.c specific fields.

Location:
trunk/src/VBox/Additions/x11/xgraphics
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xgraphics/vboxvideo.h

    r6519 r6642  
    156156    IOADDRESS ioBase;
    157157#endif  /* XORG_7X defined */
    158 #ifndef RT_OS_SOLARIS
     158#if 0
    159159    int vbox_fd;
    160160#endif
     
    166166    Bool pointerOffscreen;
    167167    Bool useVbva;
    168 #ifndef RT_OS_SOLARIS
     168#if 0
    169169    VMMDevVideoAccelFlush *reqf;
    170170    VMMDevVideoAccelEnable *reqe;
  • trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c

    r6639 r6642  
    173173    if (!pScrn->driverPrivate) {
    174174        pScrn->driverPrivate = xcalloc(sizeof(VBOXRec), 1);
    175 #ifndef RT_OS_SOLARIS
     175#if 0
    176176        ((VBOXPtr)pScrn->driverPrivate)->vbox_fd = -1;
    177177#endif
  • trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_70.c

    r6301 r6642  
    327327    {
    328328        pScrn->driverPrivate = xcalloc(sizeof(VBOXRec), 1);
    329 #ifndef RT_OS_SOLARIS
     329#if 0
    330330        ((VBOXPtr)pScrn->driverPrivate)->vbox_fd = -1;
    331331#endif
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