Path: utzoo!censor!geac!jtsv16!uunet!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: XDrawArc slow Message-ID: <8909192030.AA18341@expire.lcs.mit.edu> Date: 19 Sep 89 20:30:12 GMT References: <4540@natinst.natinst.com> Organization: The Internet Lines: 10 Why is it so slow? Because drawing wide-line arcs is hard to do fast while matching the protocol specification, and there is no optimization for thin-line arcs in the R3 server. Fast thin-line arc code will exist in R4. Can you give me a pointer to the code that does the actual drawing? server/ddx/mi/miarc.c, if you are really want to get depressed.