home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / os-include / graphics / regions.i < prev    next >
Text File  |  1993-10-15  |  596b  |  33 lines

  1.     IFND    GRAPHICS_REGIONS_I
  2. GRAPHICS_REGIONS_I    SET    1
  3. **
  4. **    $VER: regions.i 39.0 (21.8.91)
  5. **    Includes Release 40.15
  6. **
  7. **
  8. **
  9. **    (C) Copyright 1985-1993 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. **
  12.  
  13.     IFND    EXEC_TYPES_I
  14.     include 'exec/types.i'
  15.     ENDC
  16.  
  17.    IFND  GRAPHICS_GFX_I
  18.    include  "graphics/gfx.i"
  19.    ENDC
  20.  
  21.     STRUCTURE    Region,0
  22.       STRUCT   rg_bounds,ra_SIZEOF
  23.       APTR  rg_RegionRectangle
  24.    LABEL    rg_SIZEOF
  25.  
  26.    STRUCTURE   RegionRectangle,0
  27.       APTR  rr_Next
  28.       APTR  rr_Prev
  29.       STRUCT   rr_bounds,ra_SIZEOF
  30.    LABEL    rr_SIZEOF
  31.  
  32.     ENDC    ; GRAPHICS_REGIONS_I
  33.