[comp.windows.x] X11R4 bug in mispritest.h

collin861@snake.cs.uidaho.edu (Dean Collins) (06/12/91)

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..."
---------------------------------------------------------------------