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.14 by gbeauche, 2008-01-01T09:47:39Z vs.
Revision 1.15 by asvitkine, 2008-06-25T02:52:22Z

# Line 118 | Line 118 | struct VidLocals{
118          uint32  maxGammaTableSize;      // Biggest gamma table allocated
119          uint32  saveVidParms;
120          bool    luminanceMapping;       // Luminance mapping on/off
121 <        int32   cursorX;                        // Hardware cursor state. Unused, but must be remembered
121 >        bool    cursorHardware;         // True if using hardware cursor
122 >        int32   cursorX;                        // Hardware cursor state
123          int32   cursorY;
124          uint32  cursorVisible;
125          uint32  cursorSet;
126 +        bool    cursorHotFlag;
127 +        uint8   cursorHotX;
128 +        uint8   cursorHotY;
129          uint32  vslServiceID;           // VSL interrupt service ID
130          bool    interruptsEnabled;      // VBL interrupts on/off
131          uint32  regEntryID;                     // Mac address of the service owner

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines