Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!sdd.hp.com!zaphod.mps.ohio-state.edu!mips!public!pke From: pke@public.BTR.COM (Peter Espen pke@btr.com) Newsgroups: comp.unix.aux Subject: Re: X11R4 libraries/Clients and A/UXs server Summary: Look in IntrinsicP.h Keywords: X11R4, X-Windows, MacX Message-ID: <534@public.BTR.COM> Date: 3 Oct 90 16:28:43 GMT References: <533@public.BTR.COM> Distribution: usa Organization: BTR Public Access UNIX, MtnView CA, Contact: cs@btr.com 415-966-1429 Lines: 18 After my previous posting, I took a look around through the Intrinsics header files and in IntrinsicP.h I found the following: #define XT_VERSION 11 #ifndef XT_REVISION #define XT_REVISION 4 #endif #define XtVersion (XT_VERSION * 1000 + XT_REVISION) #define XtVersionDontCheck 0 I'll play around with this a bit and see if I can determine if the Apple server is actually release 3 or release 4, or if the libraries I have are causing the warnings. Peter Espen pke@btr.com