--- SheepShaver/src/include/video.h 2004/12/19 15:14:22 1.9 +++ SheepShaver/src/include/video.h 2004/12/19 23:05:34 1.10 @@ -123,7 +123,7 @@ struct VidLocals{ uint32 cursorSet; uint32 vslServiceID; // VSL interrupt service ID bool interruptsEnabled; // VBL interrupts on/off - uint32 regEntryID[4]; + uint32 regEntryID; // Mac address of the service owner }; extern VidLocals *private_data; // Pointer to driver local variables (there is only one display, so this is ok)