Path: utzoo!attcan!uunet!lll-winken!ames!hc!eggroll!pprg.unm.edu!unmvax!gatech!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R Swick) Newsgroups: comp.windows.x Subject: Re: bezier curves Message-ID: <8902161658.AA23065@LYRE.MIT.EDU> Date: 16 Feb 89 16:58:00 GMT References: <8902161546.AA16006@media-lab.media.mit.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 9 bezier.h is part of an example protocol extension done by Greg Cockroft at the University of Michigan CITI. It is not part of the X standard (nor is it in the servers you'll find installed on the Athena workstations), but you could build your own server using it. You might also be able to use the XDraw() routine in Xlib, which computes (unspecified) splines on the client side and does not require any protocol extensions.