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.11 by gbeauche, 2005-01-30T21:48:21Z

# Line 1 | Line 1
1   /*
2   *  video.h - Video/graphics emulation
3   *
4 < *  SheepShaver (C) 1997-2004 Marc Hellwig and Christian Bauer
4 > *  SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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