home *** CD-ROM | disk | FTP | other *** search
- IFND GRAPHICS_LAYERS_I
- GRAPHICS_LAYERS_I EQU 1
- * $Filename: graphics/layers.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 37.0 $
- * $Date: 91/01/07 $
- *
- * (C) Copyright 1985-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- IFND EXEC_SEMAPHORES_I
- include "exec/semaphores.i"
- ENDC
- IFND EXEC_LISTS_I
- include "exec/lists.i"
- ENDC
- LAYERSIMPLE EQU 1
- LAYERSMART EQU 2
- LAYERSUPER EQU 4
- LAYERUPDATING EQU $10
- LAYERBACKDROP EQU $40
- LAYERREFRESH EQU $80
- LAYER_CLIPRECTS_LOST EQU $100
- LMN_REGION EQU -1
- RSRESET
- Layer_Info rs.b 0
- li_top_layer rs 2
- li_check_lp rs 2
- li_obs rs 2
- li_FreeClipRects rs.b MLH_SIZE
- li_Lock rs.b SS_SIZE
- li_gs_Head rs.b LH_SIZE
- li_long_reserved rs 2
- li_Flags rs 1
- li_fatten_count rs.b 1
- li_LockLayersCount rs.b 1
- li_LayerInfo_extra_size rs 1
- li_blitbuff rs 2
- li_LayerInfo_extra rs 2
- li_SIZEOF rs.b 0
- NEWLAYERINFO_CALLED EQU 1
- ALERTLAYERSNOMEM EQU $83010000
- ENDC
-