Source position: agraphics.pas line 158
type TLayer = record |
Front: PLayer; |
Back: PLayer; |
ClipRect: PClipRect; |
Rp: PRastPort; |
Bounds: TRectangle; |
Reserved: array [0..3] of Byte; |
Priority: Word; |
Flags: Word; |
SuperBitMap: PBitMap; |
SuperClipRect: PClipRect; |
Window: APTR; |
Scroll_X: Word; |
Scroll_Y: Word; |
Cr: PClipRect; |
Cr2: PClipRect; |
CrNew: PClipRect; |
SuperSaveClipRects: PClipRect; |
_ClipRects: PClipRect; |
LayerInfo: Pointer; |
Lock: TSignalSemaphore; |
BackFill: PHook; |
Reserved1: LongWord; |
ClipRegion: PRegion; |
SaveClipRects: PRegion; |
Width: SmallInt; |
Height: SmallInt; |
Reserved2: array [0..17] of Byte; |
DamageList: PRegion; |
end; |