home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
InstallerNG
/
GUI-API
/
savagelib
/
include
/
savage
/
visible.i
< prev
Wrap
Text File
|
1999-08-14
|
399b
|
22 lines
IFND SAVAGE_VISIBLE_I
SAVAGE_VISIBLE_I SET 1
incdir include:
include exec/types.i
; -----------------------------------------------------------------------------
STRUCTURE VISIBLE,0
UWORD vis_MinX
UWORD vis_MinY
UWORD vis_MaxX
UWORD vis_MaxY
UWORD vis_Width
UWORD vis_Height
LABEL VISIBLE_SIZEOF
; -----------------------------------------------------------------------------
ENDC