home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
e
/
amigae
/
modulessrc
/
intuition
/
intuitionbase.e
< prev
next >
Wrap
Text File
|
1995-07-05
|
710b
|
39 lines
OPT MODULE
OPT EXPORT
MODULE 'exec/libraries',
'graphics/view',
'intuition/intuition',
'intuition/screens'
CONST DMODECOUNT=2,
HIRESPICK=0,
LOWRESPICK=1,
EVENTMAX=10,
RESCOUNT=2,
HIRESGADGET=0,
LOWRESGADGET=1,
GADGETCOUNT=8,
UPFRONTGADGET=0,
DOWNBACKGADGET=1,
SIZEGADGET=2,
CLOSEGADGET=3,
DRAGGADGET=4,
SUPFRONTGADGET=5,
SDOWNBACKGADGET=6,
SDRAGGADGET=7
OBJECT intuitionbase
libnode:lib
viewlord:view
activewindow:PTR TO window
activescreen:PTR TO screen
firstscreen:PTR TO screen
flags:LONG
mousey:INT
mousex:INT
seconds:LONG
micros:LONG
ENDOBJECT /* SIZEOF=NONE !!! */