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};
------------------------------------------------------------
Tatsuo Iryo
Ph.D. Candidate
Dept. of Civil and Environmental Engineering
University of Western Ontario
London, Ontario, Canada
(Visiting student at Queen's University)
------------------------------------------------------------
----- Original Message -----
From: "Alexander Mai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 03, 2000 7:14 PM
Subject: RE: make stops at screen.c (Cygwin1.1.4)
> On Tue, 3 Oct 2000 17:24:01 -0400, Suhaib Siddiqi wrote:
>
> >on UNIX you have Stipple and stipple. On Windows you cannot have it
> >because Windows is not case sensitive.
> >>From a Linux box, copy /usr/X11R6/include/X11/bitmaps/Stipple to
> >/usr/X11R6/include/X11/bitmaps/wStipple, forexample,
> [...]
>
> I have to confess that this also hurts on OS/2.
> Shall we drop the #include - since it's only 3-4 lines of code anyway?
>
>
> ---
> Alexander Mai
> [EMAIL PROTECTED]
>