Source position: agraphics.pas line 134
type TLayer_Info = record |
Top_Layer: PLayer; |
check_lp: PLayer; |
Obs: PClipRect; |
FreeClipRects: PClipRect; |
PrivateReserve1: LongInt; |
PrivateReserve2: LongInt; |
Lock: TSignalSemaphore; |
gs_Head: TMinList; |
PrivateReserve3: SmallInt; |
PrivateReserve4: Pointer; |
Flags: Word; |
fatten_count: ShortInt; |
LockLayersCount: ShortInt; |
PrivateReserve5: SmallInt; |
BlankHook: Pointer; |
LayerInfo_extra: Pointer; |
end; |