X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxsource.h;fp=lib%2Fgfxsource.h;h=17548ccb1a5adea2100420c074166964eff43609;hb=cdeea2ce2c93bd92fc3b5017d30f17ffba0c1fb0;hp=d73d99a18988114095bc14f8324154da1b93a901;hpb=36a061ee38719c1f4968fc22188086b98f9da716;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;