Path: utzoo!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!cs.utexas.edu!milano!bigtex!texbell!bellcore!dana From: dana@dino.bellcore.com (Dana A. Chee) Newsgroups: comp.windows.x Subject: Re: xfig Message-ID: Date: 15 Nov 88 14:32:27 GMT References: <17883@shemp.CS.UCLA.EDU> Sender: news@bellcore.bellcore.com Organization: Bellcore, Morristown, NJ USA Lines: 35 In-reply-to: casey@admin.cognet.ucla.edu's message of 14 Nov 88 06:42:50 GMT 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 * +*************************************************************************+