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

  1.     IFND    INTUITION_INTUITIONBASE_I
  2. INTUITION_INTUITIONBASE_I    EQU    1
  3. *    $Filename: intuition/intuitionbase.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.5 $
  6. *    $Date: 90/07/12 $
  7. *    The public part of IntuitionBase structure and supporting structures
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10. *    This file was modified for the Optimizing Macro Assembler:
  11. *        DMODECOUNT etc. were missing and have been added.
  12.     IFND    EXEC_TYPES_I
  13.     INCLUDE    "exec/types.i"
  14.     ENDC
  15.     IFND    EXEC_LIBRARIES_I
  16.     INCLUDE    "exec/libraries.i"
  17.     ENDC
  18.     IFND    GRAPHICS_VIEW_I
  19.     INCLUDE    "graphics/view.i"
  20.     ENDC
  21. DMODECOUNT    EQU    2
  22. HIRESPICK    EQU    0
  23. LOWRESPICK    EQU    1
  24. EVENTMAX    EQU    10
  25. RESCOUNT    EQU    2
  26. HIRESGADGET    EQU    0
  27. LOWRESGADGET    EQU    1
  28. GADGETCOUNT    EQU    8
  29. UPFRONTGADGET    EQU    0
  30. DOWNBACKGADGET    EQU    1
  31. SIZEGADGET    EQU    2
  32. CLOSEGADGET    EQU    3
  33. DRAGGADGET    EQU    4
  34. SUPFRONTGADGET    EQU    5
  35. SDOWNBACKGADGET    EQU    6
  36. SDRAGGADGET    EQU    7
  37.     RSRESET
  38. IntuitionBase    rs.b    0
  39. ib_LibNode    rs.b    LIB_SIZE
  40. ib_ViewLord    rs.b    v_SIZEOF
  41. ib_ActiveWindow    rs    2
  42. ib_ActiveScreen    rs    2
  43. ib_FirstScreen    rs    2
  44. ib_Flags    rs    2
  45. ib_MouseY    rs    1
  46. ib_MouseX    rs    1
  47. ib_Seconds    rs    2
  48. ib_Micros    rs    2
  49.     ENDC
  50.