X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fshade.h;h=537a8838ff4aebcb6878141aa62e9009e1bdf9d2;hb=41e5abd07c8bbe9a8195950cea87f0756db594a0;hp=3b563af5bb4aa5c7ea8cf0aa0973f118465ec321;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/shade.h b/synfig-core/trunk/src/modules/lyr_std/shade.h index 3b563af..537a883 100644 --- a/synfig-core/trunk/src/modules/lyr_std/shade.h +++ b/synfig-core/trunk/src/modules/lyr_std/shade.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file shade.h -** \brief Template Header +** \brief Header file for implementation of the "Shade" layer ** ** $Id$ ** @@ -57,9 +57,9 @@ public: virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const; virtual 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_Shade /* -- E X T E R N S --------------------------------------------------------- */