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 |
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) |