[comp.windows.x] XDisplayName

papa@uscacsc.UUCP (Marco Papa) (05/04/87)

The newly posted xterm requires a routine called XDisplayName which is
missing from the version of X on the RT I am using.  Anybdy there that can
post it or mail it to me?

-- Marco

ken@rochester.ARPA (Ken Yap) (05/05/87)

You must be using R3. Just define this macro:

#define	XDisplayName	"display"

It's only used for error reports. But check.

	Ken