Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!ginosko!uunet!mcsun!unido!pcsbst!alex!chip From: chip@alex Newsgroups: comp.windows.x Subject: Re: xfig popup-menu Keywords: xfig, popup Message-ID: <1112@pcsbst.UUCP> Date: 23 Oct 89 15:10:20 GMT References: <1925@cs-spool.calgary.UUCP> Sender: uusr@pcsbst.UUCP Lines: 14 lewis@cpsc.ucalgary.ca (John Lewis) writes: >I am trying to use the "xfig" drawing package; it dumps on me. "xfig" is >contributed, so ... now that I have it compiled ... I'm not sure what to >expect. If others have been able to get it going, I'd love to here how. We had a similiar problem and we traced it to the set_pos() function in canvas.c . The typedef for the x,y fields should be "int" and not short which is what Position is defined as. Chip Fraser PCS Munich Germany