Source position: layers.pas line 44
type TLayer_Info = record |
||
top_layer: PLayer; |
|
|
resPtr1: Pointer; |
||
resPtr2: Pointer; |
||
FreeClipRects: PClipRect; |
|
|
Bounds: TRectangle; |
||
Lock: TSignalSemaphore; |
|
|
gs_Head: TMinList; |
|
|
PrivateReserve3: SmallInt; |
|
|
ClipRectPool: Pointer; |
||
Flags: Word; |
|
|
fatten_count: ShortInt; |
|
|
LockLayersCount: ShortInt; |
|
|
PrivateReserve5: SmallInt; |
|
|
BlankHook: PHook; |
|
|
LayerInfo_extra: Pointer; |
|
|
end; |