X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcanvas.h;h=faa0288b1ebe4f9afcc19c5b5a5af36e93b6e3de;hb=8746b1938adf421216cfffa4a442a776beb10b65;hp=590d162ea5b74d9e16f21b66f7f3a0f9f1053446;hpb=0c9dc5fc3f31078f5f1aeaa3dc3adf9d6335a8c3;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/canvas.h b/synfig-core/trunk/src/synfig/canvas.h index 590d162..faa0288 100644 --- a/synfig-core/trunk/src/synfig/canvas.h +++ b/synfig-core/trunk/src/synfig/canvas.h @@ -6,7 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** Copyright (c) 2007 Chris Moore +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -69,14 +69,14 @@ * conical gradient would be entirely obscured by the circle * layer (even by its transparent pixels) * - * 0.3: not yet implemented + * 0.3: svn r1422 * * the 'straight' blend method was fixed. loading a version 0.2 * or older canvas will replace the 'straight' blend method in * non-pastecanvas layers with 'composite' */ -#define CURRENT_CANVAS_VERSION "0.2" +#define CURRENT_CANVAS_VERSION "0.3" /* === T Y P E D E F S ===================================================== */ @@ -103,7 +103,7 @@ public: typedef std::list Children; - friend void synfig::optimize_layers(Context, Canvas::Handle, bool seen_motion_blur); + friend void synfig::optimize_layers(Time, Context, Canvas::Handle, bool seen_motion_blur); /* -- ** -- D A T A ------------------------------------------------------------- @@ -529,7 +529,7 @@ protected: virtual void get_times_vfunc(Node::time_set &set) const; }; // END of class Canvas -void optimize_layers(Context context, Canvas::Handle op_canvas, bool seen_motion_blur=false); +void optimize_layers(Time time, Context context, Canvas::Handle op_canvas, bool seen_motion_blur=false); }; // END of namespace synfig