home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff201.lzh
/
Draco
/
drinc
/
intuition
/
border.g
next >
Wrap
Text File
|
1989-04-03
|
246b
|
13 lines
type
Border_t=struct{
intb_LeftEdge,b_TopEdge;
ushortb_FrontPen,b_BackPen;
ushortb_DrawMode;
ushortb_Count;
*intb_XY;
*Border_tb_NextBorder;
};
extern
DrawBorder(*RastPort_trp;*Border_tb;ulongleftOffset,topOffset)void;