X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxsource.h;h=17548ccb1a5adea2100420c074166964eff43609;hb=66a03382aab040571f94b0861719753bda3ff8f1;hp=d73d99a18988114095bc14f8324154da1b93a901;hpb=7d65cab745499277588a5ab47c336d218c7a7a31;p=swftools.git diff --git a/lib/gfxsource.h b/lib/gfxsource.h index d73d99a..17548cc 100644 --- a/lib/gfxsource.h +++ b/lib/gfxsource.h @@ -48,6 +48,7 @@ typedef struct _gfxdocument void (*set_parameter)(struct _gfxdocument*gfx, const char*name, const char*value); char* (*getinfo)(struct _gfxdocument*gfx, const char*key); struct _gfxpage* (*getpage)(struct _gfxdocument*gfx, int page); + void (*prepare)(struct _gfxdocument*gfx, gfxdevice_t*device); void*internal; } gfxdocument_t;