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

  1.     IFND    INTUITION_CGHOOKS_I
  2. INTUITION_CGHOOKS_I    EQU    1
  3. *    $Filename: intuition/cghooks.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.4 $
  6. *    $Date: 91/11/08 $
  7. *    Custom gadget processing
  8. *    (C) Copyright 1988-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_TYPES_I
  11.     INCLUDE    "exec/types.i"
  12.     ENDC
  13.     IFND    INTUITION_INTUITION_I
  14.     INCLUDE    "intuition/intuition.i"
  15.     ENDC
  16.     RSRESET
  17. GadgetInfo    rs.b    0
  18. ggi_Screen    rs    2
  19. ggi_Window    rs    2
  20. ggi_Requester    rs    2
  21. ggi_RastPort    rs    2
  22. ggi_Layer    rs    2
  23. ggi_Domain    rs.b    ibox_SIZEOF
  24. ggi_Pens    rs.b    2
  25. ggi_DrInfo    rs    2
  26.     ENDC
  27.