xfig2.8 under Ultrix 3.1D
Luciano Lavagno
luciano at canuck.Berkeley.EDU
Fri Sep 7 09:14:39 AEST 1990
I found the same problem and solved it (I believe). It is due to an
incorrect definition of cirrad_ic, cirdia_ic, ... in change.c at line
82. They are declared as PIXRECT, while they should be declared as XImage.
The patch that I applied is:
------------------------------------------------------------------------------
*** old_xfig/change.c Thu Sep 6 16:10:54 1990
--- xfig/change.c Thu Sep 6 16:11:05 1990
***************
*** 82,88 ****
extern F_compound objects;
#define NUM_IMAGES 15
! extern PIXRECT cirrad_ic, cirdia_ic, ellrad_ic,
elldia_
ic,
c_spl_ic, spl_ic, c_intspl_ic, intspl_ic,
line_ic, polygon_ic, box_ic, arc_box_ic,
arc_ic, text_ic, blank_ic;
--- 82,88 ----
extern F_compound objects;
#define NUM_IMAGES 15
! extern XImage cirrad_ic, cirdia_ic, ellrad_ic, elldia_ic,
c_spl_ic, spl_ic, c_intspl_ic, intspl_ic,
line_ic, polygon_ic, box_ic, arc_box_ic,
arc_ic, text_ic, blank_ic;
-------------------------------------------------------------------------------
Luciano Lavagno
More information about the Comp.unix.ultrix
mailing list