From: Han-Wen Nienhuys Date: Thu, 26 May 2005 12:57:16 +0000 (+0000) Subject: (LY_DEFINE): progress indication for opening ttf and X-Git-Tag: release/2.5.27~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=305193f6e0c5057763bb8a24e7fa192599718d08;p=lilypond.git (LY_DEFINE): progress indication for opening ttf and otf files. --- 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)