Path: utzoo!attcan!uunet!lll-winken!lll-crg.llnl.gov!casey From: casey@lll-crg.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: fonts/utils/bdf2vf Summary: bdf2vf is missinf an Imakefile and VFONT needs to be defined ... Message-ID: <16561@lll-winken.LLNL.GOV> Date: 13 Jan 89 05:18:17 GMT Sender: usenet@lll-winken.LLNL.GOV Reply-To: casey@lll-crg.llnl.gov (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 25 On a quick side note, bdf2vf, mac2bdf, and vf2bdf should all be renamed to be consistent with bdftosnf, replacing the "2"s with "to"s. I've done that here, but I'll use their distribution names for these postings. SRCS = bdftovf.c dumpvfont.c OBJS = bdftovf.o dumpvfont.o ComplexProgramTarget(bdftovf) *** fonts/utils/bdf2vf/dumpvfont.c-dist Thu Jan 5 04:01:04 1989 --- fonts/utils/bdf2vf/dumpvfont.c Thu Jan 5 04:00:39 1989 *************** *** 2,7 **** --- 2,11 ---- #include #include + #ifndef VFONT_MAGIC + #define VFONT_MAGIC 0436 + #endif + #define NCHARS 256 struct header vhdr;