Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!ukma!nrl-cmf!ames!ll-xn!oberon!pollux.usc.edu!papa
From: papa@pollux.usc.edu (Marco Papa)
Newsgroups: comp.windows.x
Subject: X10-X11 font converter
Message-ID: <5454@oberon.USC.EDU>
Date: Mon, 30-Nov-87 12:54:09 EST
Article-I.D.: oberon.5454
Posted: Mon Nov 30 12:54:09 1987
Date-Received: Fri, 4-Dec-87 00:33:02 EST
Sender: nobody@oberon.USC.EDU
Reply-To: papa@pollux.usc.edu (Marco Papa)
Organization: University of Southern California, Los Angeles, CA
Lines: 15


We just ftp-ed the X10-X11 font converter and run it fine on an RT running
X10 and X11  (using aed monitor). One change was needed though.

The line that reads like 

if DisplayCells() != 2 should be changed to

if DisplayCells() > 2

since DisplayCelles returns 0 on our monochrome aed. The X10 manual says that 
DisplayCells will return a value greater than 2 when running on a color 
display.

-- Marco