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.9 by gbeauche, 2004-12-19T15:14:22Z vs.
Revision 1.10 by gbeauche, 2004-12-19T23:05:34Z

# Line 123 | Line 123 | struct VidLocals{
123          uint32  cursorSet;
124          uint32  vslServiceID;           // VSL interrupt service ID
125          bool    interruptsEnabled;      // VBL interrupts on/off
126 <        uint32  regEntryID[4];
126 >        uint32  regEntryID;                     // Mac address of the service owner
127   };
128  
129   extern VidLocals *private_data; // Pointer to driver local variables (there is only one display, so this is ok)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines