Unit 'layers' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

TLayer_Info

Declaration

Source position: layers.pas line 38

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;


Documentation generated on: 2021-07-30