VirtualBox

Ignore:
Timestamp:
Feb 21, 2008 8:06:06 PM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: reverted the XFree86/X.org 6.8 additions to their old state (not using IPRT or the guest library)

File:
1 copied

Legend:

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

    r7076 r7086  
    7575/* VBE/DDC support */
    7676#include "vbe.h"
    77 #ifdef XORG_7X
    78 #include "vbeModes.h"
    79 #endif
    8077#include "xf86DDC.h"
    8178
     
    118115#include "afb.h"
    119116#include "mfb.h"
    120 #ifndef XORG_7X
    121 #include "cfb24_32.h"
    122 #endif
    123117
    124118#define VBOX_VERSION            4000
     
    137131    PCITAG pciTag;
    138132    CARD16 maxBytesPerScanline;
    139 #ifdef XORG_7X
    140     unsigned long mapPhys, mapOff;
    141     int mapSize;        /* video memory */
    142 #else
    143133    int mapPhys, mapOff, mapSize;       /* video memory */
    144 #endif
    145134    void *base, *VGAbase;
    146135    CARD8 *state, *pstate;      /* SVGA state */
     
    153142    CloseScreenProcPtr CloseScreen;
    154143    OptionInfoPtr Options;
    155 #ifdef XORG_7X
    156     IOADDRESS ioBase;
    157 #endif  /* XORG_7X defined */
    158 #if 0
    159144    int vbox_fd;
    160 #endif
    161145    VMMDevReqMousePointer *reqp;
    162146    xf86CursorInfoPtr pCurs;
     
    166150    Bool pointerOffscreen;
    167151    Bool useVbva;
    168 #if 0
    169152    VMMDevVideoAccelFlush *reqf;
    170153    VMMDevVideoAccelEnable *reqe;
    171 #endif
    172154    VMMDevMemory *pVMMDevMemory;
    173155    VBVAMEMORY *pVbvaMemory;
    174156} VBOXRec, *VBOXPtr;
    175157
    176 #ifndef XORG_7X
    177158typedef struct _ModeInfoData
    178159{
     
    181162    VbeCRTCInfoBlock *block;
    182163} ModeInfoData;
    183 #endif
    184164
    185165Bool vbox_cursor_init (ScreenPtr pScreen);
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