home *** CD-ROM | disk | FTP | other *** search
Wrap
Received: from Norway.EU.net (nic.eunet.no [193.71.1.2]) by nacm.com (8.6.10/8.6.9) with SMTP id HAA23310 for <executor@nacm.com>; Tue, 30 May 1995 07:32:39 -0700 Received: by Norway.EU.net with UUCP id AA23185 (5.65c/IDA-1.4.4/EUnet/NO for nacm.com!executor); Tue, 30 May 1995 16:28:01 +0200 Date: Tue, 30 May 1995 14:59:15 +0200 (MET DST) From: Arnt Gulbrandsen <agulbra@troll.no> To: Chad Page <cpage@best.com> Cc: Wessel.Kraaij@let.ruu.nl, executor@nacm.com Subject: Re: executor/1.99m/linux questions In-Reply-To: <Pine.BSD.3.91.950529131247.26485A-100000@shell1.best.com> Message-Id: <Pine.LNX.3.91.950530145612.1516T-100000@pentagram.troll.no> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-paper@nacm.com Precedence: bulk > > I recently upgraded from 1.99k to 1.99m and noticed that > > > > 1. the cursor is inverted > > I found this with the black and white X server. The fix has > already been put in : use the -invertedcursorbug option. We (at troll.no) had a similar but not too long ago. We made assumptions about black and white having pixel values 0 and 1. Not good. It fails on both the XFree mono server and on Accelerated-X, for instance. We had to add two more colors, color0 and color1, to make our library work properly on all X servers. --Arnt