-c option patch for xfaces 3.3

Steve Kinzler ((no email))
Fri, 3 Feb 1995 18:15:12 -0500

The man page for xfaces 3.3 documents that the -c command line option
will set the XFaces.frame.maxWidth resource, while in the code, it
actually sets the XFaces.frame.setWidth resource. This patch will fix
the code to correspond to the man page, which is, I believe, the more
desirable behavior.

Steve Kinzler, kinzler@cs.indiana.edu, Feb 95

*** main.c.orig Sat Mar 12 19:38:45 1994
--- main.c Fri Feb 3 17:57:41 1995
***************
*** 297,303 ****
static XrmOptionDescRec options[] =
{
{
! "-c", "frame.setWidth", XrmoptionSepArg, NULL
},
{
"-e", "listCommand", XrmoptionSepArg, NULL
--- 297,303 ----
static XrmOptionDescRec options[] =
{
{
! "-c", "frame.maxWidth", XrmoptionSepArg, NULL
},
{
"-e", "listCommand", XrmoptionSepArg, NULL