[comp.windows.x] CLX R4, type image-x is undefined

mujica@ra.cs.ucla.edu (S. Mujica) (03/22/90)

In CLX R4,  in file image.lisp, image-x is used as a type, but it is
not defined to be a type.  Is there a known fix to this problem?

--
Sergio Mujica		mujica@cs.ucla.edu
Computer Science Department, UCLA

rws@EXPO.LCS.MIT.EDU (Bob Scheifler) (03/22/90)

    In CLX R4,  in file image.lisp, image-x is used as a type, but it is
    not defined to be a type.

Sure it is.  It's defined with def-clx-class, which (if you don't have
CLOS loaded) should turn into a defstruct.  At least, it works on my
system.  Otherwise, it should end up as a CLOS class, which should also
work.