From ecdb4acdd5735e33b7ae86b18a8d5bba50766a58 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 28 May 2004 08:51:50 +0000 Subject: [PATCH] swf_FontUse takes now also a SWFFONT* as argument. --- lib/rfxswf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index b337eb0..e7b89a1 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -557,7 +557,7 @@ int swf_FontSetID(SWFFONT * f,U16 id); int swf_FontReduce(SWFFONT * f,FONTUSAGE * use); int swf_FontInitUsage(SWFFONT * f,FONTUSAGE * use); -int swf_FontUse(FONTUSAGE * use,U8 * s); +int swf_FontUse(SWFFONT* f,FONTUSAGE * use,U8 * s); int swf_FontSetDefine(TAG * t,SWFFONT * f); int swf_FontSetDefine2(TAG * t,SWFFONT * f); -- 1.7.10.4