home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / intuition / icclass.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  540 b   |  22 lines

  1.     IFND    INTUITION_ICCLASS_I
  2. INTUITION_ICCLASS_I    EQU    1
  3. *    $Filename: intuition/icclass.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.4 $
  6. *    $Date: 91/11/08 $
  7. *    Gadget/object interconnection classes
  8. *    (C) Copyright 1989-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    UTILITY_TAGITEM_I
  11.     INCLUDE    "utility/tagitem.i"
  12.     ENDC
  13. ICM_SETLOOP    EQU    $402
  14. ICM_CLEARLOOP    EQU    $403
  15. ICM_CHECKLOOP    EQU    $404
  16. ICA_Dummy    EQU    $40000
  17. ICA_TARGET    EQU    ICA_Dummy+1
  18. ICA_MAP    EQU    ICA_Dummy+2
  19. ICSPECIAL_CODE    EQU    ICA_Dummy+3
  20. ICTARGET_IDCMP    EQU    $ffffffff
  21.     ENDC
  22.