IFND    GRAPHICS_REGIONS_I
GRAPHICS_REGIONS_I      SET     1
**
**      $Filename: graphics/regions.i $
**      $Release: 2.04 Includes, V37.4 $
**      $Revision: 37.0 $
**      $Date: 91/01/07 $
**
**
**
**      (C) Copyright 1985-1999 Amiga, Inc.
**          All Rights Reserved
**
    IFND    EXEC_TYPES_I
    include 'exec/types.i'
    ENDC
   IFND  GRAPHICS_GFX_I
   include  "graphics/gfx.i"
   ENDC
    STRUCTURE   Region,0
      STRUCT   rg_bounds,ra_SIZEOF
      APTR  rg_RegionRectangle
   LABEL    rg_SIZEOF
   STRUCTURE   RegionRectangle,0
      APTR  rr_Next
      APTR  rr_Prev
      STRUCT   rr_bounds,ra_SIZEOF
   LABEL    rr_SIZEOF
        ENDC    ; GRAPHICS_REGIONS_I