ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/include/video.h
(Generate patch)

Comparing SheepShaver/src/include/video.h (file contents):
Revision 1.8 by gbeauche, 2004-11-13T14:09:16Z vs.
Revision 1.9 by gbeauche, 2004-12-19T15:14:22Z

# Line 108 | Line 108 | extern rgb_color mac_pal[256];
108   extern uint8 remap_mac_be[256];
109   extern uint8 MacCursor[68];
110  
111 struct GammaTbl;
112
111   struct VidLocals{
112          uint16  saveMode;
113          uint32  saveData;
114          uint16  savePage;
115          uint32  saveBaseAddr;
116 <        GammaTbl *gammaTable;           // Current gamma table
116 >        uint32  gammaTable;                     // Mac address of gamma tble
117          uint32  maxGammaTableSize;      // Biggest gamma table allocated
118          uint32  saveVidParms;
119          bool    luminanceMapping;       // Luminance mapping on/off

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines