[153] in NetBSD-Development
Re: /usr/X386/include/X11/bitmaps/gray
daemon@ATHENA.MIT.EDU (Erik Nygren)
Thu Oct 6 21:30:59 1994
To: jtkohl@MIT.EDU
Cc: yandros@MIT.EDU, netbsd-dev@MIT.EDU
In-Reply-To: Your message of "Thu, 06 Oct 1994 18:36:06 EDT."
<199410062236.SAA01779@lola-granola.MIT.EDU.MIT.EDU>
Date: Thu, 06 Oct 1994 21:30:41 EDT
From: Erik Nygren <nygren@MIT.EDU>
>> Chad> I just changed /usr/X386/include/X11/bitmaps/gray so that the variable
>> Chad> names are `gray_{width,height,bits}' instead of
>> Chad> `thumb_{width,height,bits}'.
>>
>> Chad, would you take a look at X11R6 and see if the "gray" file is still
>> broken in this fashion? If so, send in a bug report. Meanwhile, maybe
>> someone else can work on getting X11R6/XFree86-3.1 ?
I just checked XFree86 3.1 and it seems to be fixed (at least in the
Linux dist):
foundation:/usr/X11R6/include/X11/bitmaps/$ more gray
#define gray_width 2
#define gray_height 2
static char gray_bits[] = {
0x01, 0x02};
--- Erik