home *** CD-ROM | disk | FTP | other *** search
- IFND GRAPHICS_REGIONS_I
- GRAPHICS_REGIONS_I EQU 1
- * $Filename: graphics/regions.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_TYPES_I
- include 'exec/types.i'
- ENDC
- IFND GRAPHICS_GFX_I
- include "graphics/gfx.i"
- ENDC
- RSRESET
- Region rs.b 0
- rg_bounds rs.b ra_SIZEOF
- rg_RegionRectangle rs 2
- rg_SIZEOF rs.b 0
- RSRESET
- RegionRectangle rs.b 0
- rr_Next rs 2
- rr_Prev rs 2
- rr_bounds rs.b ra_SIZEOF
- rr_SIZEOF rs.b 0
- ENDC
-