From 305193f6e0c5057763bb8a24e7fa192599718d08 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 26 May 2005 12:57:16 +0000 Subject: [PATCH] (LY_DEFINE): progress indication for opening ttf and otf files. --- ChangeLog | 3 +++ lily/pfb.cc | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 362809b7a2..13dd890eec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-05-26 Han-Wen Nienhuys + * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and + otf files. + * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower): bugfixes. diff --git a/lily/pfb.cc b/lily/pfb.cc index db45a994aa..88f368aa0c 100644 --- a/lily/pfb.cc +++ b/lily/pfb.cc @@ -14,6 +14,8 @@ #include "memory-stream.hh" #include "ttftool.h" #include "open-type-font.hh" +#include "main.hh" +#include "warn.hh" char * pfb2pfa (Byte const *pfb, int length) -- 2.39.2