X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fswf%2Fswf.c;h=0540e0f9ee924d1c4b8790fe04fbe5b0afe1a040;hb=7d65cab745499277588a5ab47c336d218c7a7a31;hp=ffabdcfacd77022c5ec1a00dcdcd5a49e292c004;hpb=bcd63646450a9548aede2025b9c67c0da6a1e05c;p=swftools.git diff --git a/lib/swf/swf.c b/lib/swf/swf.c index ffabdcf..0540e0f 100644 --- a/lib/swf/swf.c +++ b/lib/swf/swf.c @@ -509,12 +509,12 @@ gfxpage_t* swf_doc_getpage(gfxdocument_t*doc, int page) return swf_page; } -void swf_set_parameter(char*name, char*value) +void swf_set_parameter(gfxsource_t*src, char*name, char*value) { msg(" setting parameter %s to \"%s\"", name, value); } -gfxdocument_t*swf_open(char*filename) +gfxdocument_t*swf_open(gfxsource_t*src, char*filename) { gfxdocument_t*swf_doc = (gfxdocument_t*)malloc(sizeof(gfxdocument_t)); memset(swf_doc, 0, sizeof(gfxdocument_t));