- Timestamp:
- Jun 5, 2007 7:58:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c
r2988 r3057 378 378 { 379 379 VBOXPtr pVBox = VBOXGetRec(pScrn); 380 #if 0 380 381 xfree(pVBox->vbeInfo); 382 #endif 381 383 xfree(pVBox->savedPal); 382 384 xfree(pVBox->fonts); … … 734 736 735 737 if(!xf86HandleColormaps(pScreen, 256, 736 pVBox->vbeInfo->Capabilities[0] & 0x01 ? 8 : 6,738 8 /* DAC is switchable to 8 bits per primary color */, 737 739 VBOXLoadPalette, NULL, flags)) 738 740 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.