Source position: agraphics.pas line 140
type tLayer = record |
front: pLayer; |
back: pLayer; |
ClipRect: pClipRect; |
rp: Pointer; |
bounds: tRectangle; |
reserved: array [0..3] of Byte; |
priority: Word; |
Flags: Word; |
SuperBitMap: pBitMap; |
SuperClipRect: pClipRect; |
Window: Pointer; |
Scroll_X: Word; |
Scroll_Y: Word; |
cr: pClipRect; |
cr2: pClipRect; |
crnew: pClipRect; |
SuperSaveClipRects: pClipRect; |
_cliprects: pClipRect; |
LayerInfo: Pointer; |
Lock: tSignalSemaphore; |
BackFill: pHook; |
reserved1: ULONG; |
ClipRegion: Pointer; |
saveClipRects: Pointer; |
Width: SmallInt; |
Height: SmallInt; |
reserved2: array [0..17] of Byte; |
DamageList: Pointer; |
end; |