On Tue, Oct 03, 2000 at 09:36:50PM -0400, Tatsuo Iryo wrote:
> Suhaib,
> 
> Thank you for your advice. Unfortunately I do not have linux box around me
> right now. What I did is I just changed "Stipple" in the
> /usr/X11R6/include/X11/bitmaps/Stipple to "stipple", and it works for me. I
> am not sure if this is proper way or not. If not, please let me know.
> 
> ---original /usr/X11R6/include/X11/bitmaps/Stipple ---
> #define Stipple_width 2
> #define Stipple_height 2
> static char Stipple_bits[] = {
>    0x01, 0x00};
> 
> --- /usr/X11R6/include/X11/bitmaps/Stipple in my case---
> #define stipple_width 2
> #define stipple_height 2
> static char stipple_bits[] = {
>    0x01, 0x00};

No, not really correct, but won't induce a crash probably either.

As I outlined we might get rid of this #include to remove the
dependency on a case-sensitive filesystem.

-- 
Alexander Mai
[EMAIL PROTECTED]

Reply via email to