X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsurface.cpp;h=f783d9ced706d51e81255aa48322c524fa3b9bd1;hb=b37086823c5bfee9c76f6b265584a414100963ef;hp=ef5a53c4ea5dee22cd4ef8bdbbaef78902f3eb76;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/surface.cpp b/synfig-core/trunk/src/synfig/surface.cpp index ef5a53c..f783d9c 100644 --- a/synfig-core/trunk/src/synfig/surface.cpp +++ b/synfig-core/trunk/src/synfig/surface.cpp @@ -1,8 +1,10 @@ -/* ======================================================================== -** Synfig -** Template File -** $Id: surface.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ +/* === S Y N F I G ========================================================= */ +/*! \file surface.cpp +** \brief Template File ** +** $Id$ +** +** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** ** This package is free software; you can redistribute it and/or @@ -14,6 +16,7 @@ ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. +** \endlegal ** ** === N O T E S =========================================================== ** @@ -87,7 +90,7 @@ target2surface::set_rend_desc(synfig::RendDesc *newdesc) } bool -target2surface::start_frame(synfig::ProgressCallback *cb) +target2surface::start_frame(synfig::ProgressCallback */*cb*/) { if(surface->get_w() != desc.get_w() || surface->get_h() != desc.get_h()) {