X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_shape.h;h=d8fe0065cbb0a3b94415ac1d9eee0f1a65b10145;hb=b9a14d1642ddddb939a0f823ecd9089bb3e1fede;hp=d083cee8c52e846e2ed427fb73dc2764a861f2d9;hpb=0c9d20cc16815ec51cb7edec3ead326977f1c3c5;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_shape.h b/synfig-core/trunk/src/synfig/layer_shape.h index d083cee..d8fe006 100644 --- a/synfig-core/trunk/src/synfig/layer_shape.h +++ b/synfig-core/trunk/src/synfig/layer_shape.h @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file layer_shape.h -** \brief Template Header +** \brief Header file for implementation of the "Shape" layer ** ** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 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 @@ -58,7 +59,7 @@ class Layer_Shape : public Layer_Composite, public Layer_NoDeform private: - //internal cacheing + //internal caching struct Intersector; Intersector *edge_table;