Changeset 6642 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Jan 31, 2008 8:20:15 AM (17 years ago)
- Location:
- trunk/src/VBox/Additions/x11/xgraphics
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xgraphics/vboxvideo.h
r6519 r6642 156 156 IOADDRESS ioBase; 157 157 #endif /* XORG_7X defined */ 158 #if ndef RT_OS_SOLARIS158 #if 0 159 159 int vbox_fd; 160 160 #endif … … 166 166 Bool pointerOffscreen; 167 167 Bool useVbva; 168 #if ndef RT_OS_SOLARIS168 #if 0 169 169 VMMDevVideoAccelFlush *reqf; 170 170 VMMDevVideoAccelEnable *reqe; -
trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c
r6639 r6642 173 173 if (!pScrn->driverPrivate) { 174 174 pScrn->driverPrivate = xcalloc(sizeof(VBOXRec), 1); 175 #if ndef RT_OS_SOLARIS175 #if 0 176 176 ((VBOXPtr)pScrn->driverPrivate)->vbox_fd = -1; 177 177 #endif -
trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_70.c
r6301 r6642 327 327 { 328 328 pScrn->driverPrivate = xcalloc(sizeof(VBOXRec), 1); 329 #if ndef RT_OS_SOLARIS329 #if 0 330 330 ((VBOXPtr)pScrn->driverPrivate)->vbox_fd = -1; 331 331 #endif
Note:
See TracChangeset
for help on using the changeset viewer.