[net.micro.amiga] More suggestions to improve things

mwm%ucbopal@BERKELEY.EDU (03/09/86)

From: Mike (I'll be mellow when I'm dead) Meyer <mwm%ucbopal@BERKELEY.EDU>

This time, for the C compiler:

I think that adding two things to the include files would help a bunch
(someone remind me to post the list of changes I have to make the
Lattice include files work...):

1) For each include file, put in the prototypes for the functions that
deal with the objects defined in that file. For some things, this
could be messy, but I'm sure the sharp folks at C-A can figure out how
to do it.

2) Somewhere (intution.h?), add defines describing the workbench
screen width & height. Encourage people to use them. Then, later, when
you come out with an Amiga with better graphics (1024x1024?),
recompiling the code will make them work. Better yet, find a way to
make such things work for custom screens.

	Yours for more portable code,
	<mike