[comp.windows.x] rtl under xv11r3?

cwm@TWG.COM (Chris Moore) (11/17/88)

Does anyone have rtl running against the release 3 sample server
on a Sun?
  - Chris

rpd@CS.CMU.EDU (Richard Draves) (11/18/88)

I don't use rtl myself, but I did compile it and get it to start up.  The only
problem I ran into was in menus.c.  The default menu font is 8x13bold.snf, which
isn't found in R3.  The code that loads/queries the menu font doesn't check for
failure.  I changed the default menu font to 8x13B and added a check to keep rtl
from core dumping in the future if the load fails.

Rich