home *** CD-ROM | disk | FTP | other *** search
-
- EQU LAYERSIMPLE 1
- EQU LAYERSMART 2
- EQU LAYERSUPER 4
- EQU LAYERUPDATING $10
- EQU LAYERBACKDROP $40
- EQU LAYERREFRESH $80
- EQU LAYER_CLIPRECTS_LOST $100
-
- EQU LMN_REGION -1
-
- {s Layer_Info
- APTR top_layer
- APTR check_lp
- APTR obs
- struct 12 FreeClipRects ( { MinList=12;exec/lists )
- struct 46 Lock ( { SignalSemaphore=46;exec/semaphores )
- struct 14 gs_Head ( { List=14;exec/lists )
- LONG longreserved
- WORD Flags
- BYTE fatten_count
- BYTE LockLayersCount
- WORD LayerInfo_extra_size
- APTR blitbuff
- APTR LayerInfo_extra
- s}
-
- EQU NEWLAYERINFO_CALLED 1
- EQU ALERTLAYERSNOMEM $83010000
-
-