[comp.windows.x] Mixing CLX and X versions

seth@ZURICH.AI.MIT.EDU (Seth Goldstein) (03/09/90)

Hi,
Does anyone know if either of these configurations will work?

1) Old (X11R3 Release) CLX and CLUE with X11R4 server

2) New (X11R4 Release) CLX and CLUE with X11R3 server

Thanks,
Seth

sandell@ferret.Berkeley.EDU (Greg Sandell) (03/11/90)

One critical change in X4 of CLX from X3 is that they got rid 
of the function image-p.

You can get round this by replacing every instance of
	(image-p blah-blah)
with
	(typep blah-blah 'xlib::image).

****************************************************************
* Greg Sandell (sandell@ils.nwu.edu)                           *
* Institute for the Learning Sciences, Northwestern University *
****************************************************************