X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fbevel.h;h=59a524dc1fe5156027713b9873fc886e0d3658d0;hb=41e5abd07c8bbe9a8195950cea87f0756db594a0;hp=8c94bdf2bdc2a2af12b977f1c0ca453e386dfec2;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/bevel.h b/synfig-core/trunk/src/modules/lyr_std/bevel.h index 8c94bdf..59a524d 100644 --- a/synfig-core/trunk/src/modules/lyr_std/bevel.h +++ b/synfig-core/trunk/src/modules/lyr_std/bevel.h @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ -/*! \file shade.h -** \brief Template Header +/*! \file bevel.h +** \brief Header file for implementation of the "Bevel" layer ** -** $Id: bevel.h,v 1.2 2005/01/24 03:08:17 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -70,7 +70,8 @@ public: virtual synfig::Rect get_full_bounding_rect(Context context)const; virtual Vocab get_param_vocab()const; -}; // END of class Blur + virtual bool reads_context()const { return true; } +}; // END of class Layer_Bevel /* -- E X T E R N S --------------------------------------------------------- */