Source position: agraphics.pas line 404
type tCopList = record |
||
Next: PCopList; |
|
Next block for this copper list |
_CopList: PCopList; |
|
System use |
_ViewPort: Pointer; |
|
System use |
CopIns: PCopIns; |
|
start of this block |
CopPtr: PCopIns; |
|
intermediate ptr |
CopLStart: psmallint; |
|
mrgcop fills this in for Long Frame |
CopSStart: psmallint; |
|
mrgcop fills this in for Longint Frame |
Count: SmallInt; |
|
intermediate counter |
MaxCount: SmallInt; |
|
max # of copins for this block |
DyOffset: SmallInt; |
|
offset this copper list vertical waits |
SLRepeat: Word; |
|
|
Flags: Word; |
|
|
end; |