X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fmod_png%2Fmptr_png.h;h=689326f0de91ca5394dd8a9b98ae63e03d90f5ad;hb=d43ed398fd84b93b96eb91d91dafdf65c80537e6;hp=b348964969185d00a02410b633167476f43be624;hpb=a095981e18cc37a8ecc7cd237cc22b9c10329264;p=synfig.git diff --git a/synfig-core/src/modules/mod_png/mptr_png.h b/synfig-core/src/modules/mod_png/mptr_png.h index b348964..689326f 100644 --- a/synfig-core/src/modules/mod_png/mptr_png.h +++ b/synfig-core/src/modules/mod_png/mptr_png.h @@ -62,8 +62,8 @@ public: png_mptr(const char *filename); ~png_mptr(); - virtual bool get_frame(synfig::Surface &surface,synfig::Time time, synfig::ProgressCallback *callback); - virtual bool get_frame(synfig::Surface &surface,synfig::Time time, + virtual bool get_frame(synfig::Surface &surface, const synfig::RendDesc &renddesc, synfig::Time time, synfig::ProgressCallback *callback); + virtual bool get_frame(synfig::Surface &surface, const synfig::RendDesc &renddesc, synfig::Time time, bool &trimmed, unsigned int &width, unsigned int &height, unsigned int &top, unsigned int &left, synfig::ProgressCallback *callback); };