home *** CD-ROM | disk | FTP | other *** search
- IFND INTUITION_INTUITIONBASE_I
- INTUITION_INTUITIONBASE_I EQU 1
- * $Filename: intuition/intuitionbase.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 36.5 $
- * $Date: 90/07/12 $
- * The public part of IntuitionBase structure and supporting structures
- * (C) Copyright 1985-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- * This file was modified for the Optimizing Macro Assembler:
- * DMODECOUNT etc. were missing and have been added.
- IFND EXEC_TYPES_I
- INCLUDE "exec/types.i"
- ENDC
- IFND EXEC_LIBRARIES_I
- INCLUDE "exec/libraries.i"
- ENDC
- IFND GRAPHICS_VIEW_I
- INCLUDE "graphics/view.i"
- ENDC
- DMODECOUNT EQU 2
- HIRESPICK EQU 0
- LOWRESPICK EQU 1
- EVENTMAX EQU 10
- RESCOUNT EQU 2
- HIRESGADGET EQU 0
- LOWRESGADGET EQU 1
- GADGETCOUNT EQU 8
- UPFRONTGADGET EQU 0
- DOWNBACKGADGET EQU 1
- SIZEGADGET EQU 2
- CLOSEGADGET EQU 3
- DRAGGADGET EQU 4
- SUPFRONTGADGET EQU 5
- SDOWNBACKGADGET EQU 6
- SDRAGGADGET EQU 7
- RSRESET
- IntuitionBase rs.b 0
- ib_LibNode rs.b LIB_SIZE
- ib_ViewLord rs.b v_SIZEOF
- ib_ActiveWindow rs 2
- ib_ActiveScreen rs 2
- ib_FirstScreen rs 2
- ib_Flags rs 2
- ib_MouseY rs 1
- ib_MouseX rs 1
- ib_Seconds rs 2
- ib_Micros rs 2
- ENDC
-