X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Flumakey.h;h=a52ce3a53066990adc015a6b0a43875274268346;hb=41e5abd07c8bbe9a8195950cea87f0756db594a0;hp=900fbb7a0abda2f74041534245e0d6d90226971c;hpb=70bcefce2ab011a11014f36fc129b473cc0bc61e;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_filter/lumakey.h b/synfig-core/trunk/src/modules/mod_filter/lumakey.h index 900fbb7..a52ce3a 100644 --- a/synfig-core/trunk/src/modules/mod_filter/lumakey.h +++ b/synfig-core/trunk/src/modules/mod_filter/lumakey.h @@ -1,6 +1,8 @@ /* === S Y N F I G ========================================================= */ /*! \file lumakey.h -** \brief Checkerboard Layer +** \brief Header file for implementation of the "Luma Key" layer +** +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -57,7 +59,8 @@ public: virtual synfig::Rect get_bounding_rect(synfig::Context context)const; virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const; -}; + virtual bool reads_context()const { return true; } +}; // END of class LumaKey /* === E N D =============================================================== */