[comp.archives] [graphics] Re: PEX Available for anonymous ftp

egbert@cs.uiuc.edu (Parris Egbert) (02/08/91)

Archive-name: x11/extensions/uipex/1991-02-07
Archive-directory: a.cs.uiuc.edu:/pub/uipex/ [128.174.252.1]
Original-posting-by: egbert@cs.uiuc.edu (Parris Egbert)
Original-subject: Re: PEX Available for anonymous ftp
Reposted-by: emv@ox.com (Edward Vielmetti)


It has been pointed out that there is a slight bug in UIPEX.
"Renderer" used to be used as an X resource ID, and thus was defined as an
unsigned long.  Because of other problems, we changed the name of this data
type from "Renderer" to "Rdr".  Thus, the pex/include/PEXlib.h
file has been changed, but apparently we missed the .c files.
If you change each occurrence of "Renderer" to "Rdr" in the appropriate
source files, this will solve the problem (I hope!).  The number of changes
you will have to make, and the files to change are:

	4 in the file pex/client/Xpex/ClientTrav.c,
	3 in the file pex/client/Xpex/Rend.c,
	2 in the file pex/client/Xpex/RendCmd.c
	2 in the file pex/client/Xpex/RendInq.c
	1 in the file pex/client/Xpex/RendMod.c

Edit these 5 files and change each occurrence of the data type
"Renderer" to "Rdr" and then things should compile.  In addition,
we will replace the version of UIPEX that is available for ftp
on a.cs.uiuc.edu with a corrected version.