Changeset 7086 in vbox for trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_68.h
- Timestamp:
- Feb 21, 2008 8:06:06 PM (17 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_68.h
r7076 r7086 75 75 /* VBE/DDC support */ 76 76 #include "vbe.h" 77 #ifdef XORG_7X78 #include "vbeModes.h"79 #endif80 77 #include "xf86DDC.h" 81 78 … … 118 115 #include "afb.h" 119 116 #include "mfb.h" 120 #ifndef XORG_7X121 #include "cfb24_32.h"122 #endif123 117 124 118 #define VBOX_VERSION 4000 … … 137 131 PCITAG pciTag; 138 132 CARD16 maxBytesPerScanline; 139 #ifdef XORG_7X140 unsigned long mapPhys, mapOff;141 int mapSize; /* video memory */142 #else143 133 int mapPhys, mapOff, mapSize; /* video memory */ 144 #endif145 134 void *base, *VGAbase; 146 135 CARD8 *state, *pstate; /* SVGA state */ … … 153 142 CloseScreenProcPtr CloseScreen; 154 143 OptionInfoPtr Options; 155 #ifdef XORG_7X156 IOADDRESS ioBase;157 #endif /* XORG_7X defined */158 #if 0159 144 int vbox_fd; 160 #endif161 145 VMMDevReqMousePointer *reqp; 162 146 xf86CursorInfoPtr pCurs; … … 166 150 Bool pointerOffscreen; 167 151 Bool useVbva; 168 #if 0169 152 VMMDevVideoAccelFlush *reqf; 170 153 VMMDevVideoAccelEnable *reqe; 171 #endif172 154 VMMDevMemory *pVMMDevMemory; 173 155 VBVAMEMORY *pVbvaMemory; 174 156 } VBOXRec, *VBOXPtr; 175 157 176 #ifndef XORG_7X177 158 typedef struct _ModeInfoData 178 159 { … … 181 162 VbeCRTCInfoBlock *block; 182 163 } ModeInfoData; 183 #endif184 164 185 165 Bool vbox_cursor_init (ScreenPtr pScreen);
Note:
See TracChangeset
for help on using the changeset viewer.