[comp.windows.x] X11 on the RT aed.

jonnyg@ROVER.UMD.EDU (Jon Greenblatt) (10/07/87)

	To Gregory Rogers and other AED users:
 
	I think the problem with the AED display is contained in the files in
server/ddx/ibm/aed. There seem to be many ++,-- being derefrenced. I found
this to occurr in the following files:

	aedcparea.c
	aedwindow.c
	mfbutils.c
	aedpntarea.c
	aedpixmap.c
	aedimggblt.c
 
	Look for all occurences of the '++' and '--' operators in these files
and expand the ones who use a '*' operator for dereferencing. Be carefull to
get the orders straight (ie *++name, the variable gets incremented then
derefernced) look out for if, for, while, and do statements that are followed
by one unbracketed statement, these must be bracketed if expanded.

	I do not have an AED otherwize I would do this my self. I do not
know the extent of your C knowledge, if these changes are not straight
forward to you please send me mail and I'll try them and send you the diff's.
Otherwize please let us (xpert users) know if these fixes work and mail us the
diff's.


			   Jon Greenblatt
				<pcproj@gymble.umd.edu> (128.8.128.16)
				<jonnyg@rover.umd.edu> (128.8.2.73)