Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / rectangle.h
index 1312938..add217c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file rectangle.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Rectangle" layer
 **
 **     $Id$
 **
@@ -62,6 +62,8 @@ public:
 
        virtual synfig::ValueBase get_param(const synfig::String & param)const;
 
+       virtual bool is_solid_color()const;
+
        virtual synfig::Color get_color(synfig::Context context, const synfig::Point &pos)const;
 
        virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const;