[comp.windows.x] X10-X11 font converter

papa@pollux.usc.edu (Marco Papa) (11/30/87)

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