[248] in SIPB bug reports
[dana@bellcore.bellcore.com: Re: xfig]
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Nov 15 22:13:05 1988
Date: Tue, 15 Nov 88 22:12:17 EST
From: Mark W. Eichin <eichin@ATHENA.MIT.EDU>
To: bug-sipb@ATHENA.MIT.EDU
Date: 15 Nov 88 14:32:27 GMT
From: dana@bellcore.bellcore.com (Dana A. Chee)
Organization: Bellcore, Morristown, NJ USA
Subject: Re: xfig
References: <DANA.88Nov9144412@dino.bellcore.com>, <17883@shemp.CS.UCLA.EDU>
Sender: xpert-request@ATHENA.MIT.EDU
To: xpert@ATHENA.MIT.EDU
Sorry folks. The patch I sent out for xfig was made from an
intermediate (slighly fixed) version of main.c, and therefore didn't
include the line that fixed the XtRFloat problem. Below is the patch
(added to the file on expo).
*** /tmp/d22628 Mon Nov 14 11:28:55 1988
--- main.c Wed Nov 9 13:25:56 1988
***************
*** 178,183
int landscape;
float tmp_width = 0.0, tmp_height = 0.0;
static XtResource application_resources[] = {
{XtNjustify, XtCJustify, XtRBoolean, sizeof(int),
(Cardinal)&RHS_PANEL, XtRBoolean, (caddr_t)&false},
--- 178,185 -----
int landscape;
float tmp_width = 0.0, tmp_height = 0.0;
+ #define XtRFloat "Float"
+
static XtResource application_resources[] = {
{XtNjustify, XtCJustify, XtRBoolean, sizeof(int),
(Cardinal)&RHS_PANEL, XtRBoolean, (caddr_t)&false},
--
+*************************************************************************+
* Dana Chee (201) 829-4488 *
* Bellcore *
* Room 2Q-250 *
* 445 South Street ARPA: dana@bellcore.com *
* Morristown, NJ 07960-1910 UUCP: {gateways}!bellcore!dana *
+*************************************************************************+