Path: utzoo!attcan!uunet!husc6!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Conflict between XrmParseCommand and XSetCommand Message-ID: <8809281148.AA14887@LYRE.MIT.EDU> Date: 28 Sep 88 11:48:17 GMT References: <1721@wyse.wyse.com> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 11 Date: 27 Sep 88 18:41:43 GMT From: vsi1!wyse!x2!mikew@AMES.ARC.NASA.GOV (Mike Wexler) XrmParseCommand removes much of the information from the command line. XSetCommand can't be run until after the XOpenDisplay, but needs to have a complete command line. Is there some way around this other than to make a complete copy of the argv array and its contents? I can't think of one. This is exactly what Xt does.