Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!ogicse!uidaho!snake.cs.uidaho.edu!collin861 From: collin861@snake.cs.uidaho.edu (Dean Collins) Newsgroups: comp.windows.x Subject: X11R4 bug in mispritest.h (LINE_SORT) Keywords: X11R4, X11, bug Message-ID: <1991Jun11.203854.11082@groucho> Date: 11 Jun 91 20:38:54 GMT Sender: @groucho Reply-To: collin861@snake.cs.uidaho.edu (Dean Collins) Organization: University of Idaho Lines: 32 Nntp-Posting-Host: snake.cs.uidaho.edu I'm not a regular reader of this group, so forgive me if this is well known. We're in the process of installing X11R4 on an Apollo DN10000 running Domain/OS 10.3. I've came across a simple bug in mit/server/ddx/mi/mispritest.h. In this file there is a #define statement for LINE_SORT which has a duplicated argument. Shouldn't this: #define LINE_SORT(x1,y2,x2,y2) ...etc... ^^ be the following: #define LINE_SORT(x1,y1,x2,y2) ...etc... ^^ ? Is there a patch of some sort which fixes this? Thanks in advance. :-) Dean --------------------------------------------------------------------- Dean Collins | "The last man on earth sat alone University of Idaho, Moscow, ID | in a room. collin861@snake.cs.uidaho.edu | There was a knock at the door..." ---------------------------------------------------------------------