# | 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) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |