X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=e7b89a19132c1e1a068795841669a67c127c1754;hb=d841745bfa5b9be327da18fdc01712a5cefef33f;hp=b337eb0ffce1877b10ef8be79570810e06a7a22b;hpb=13ca807bd5e0595b985bd767e7fffb5093c50e58;p=swftools.git 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);