Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!sri-spam!zodiac!ucbcad!ucbvax!DECWRL.DEC.COM!haynes From: haynes@DECWRL.DEC.COM Newsgroups: comp.windows.x Subject: Re: A couple of comments on the Intrinsics document Message-ID: <8801082000.AA02437@gilroy.dec.com> Date: 8 Jan 88 20:00:24 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 9 Geoff, The only thing XtInitialize *requires* to be in the argv that you pass it is a host spec. If you don't want to use XtInitialize's command line parsing, parse argv yourself, then pass in to XtInitialize either a null argv and 0 argc (in which case it will get the display from the environment), or pass in an argv with just the host spec, and an argc of 1. -- Charles