Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / layer_solidcolor.h
index 5580cbd..90a509d 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file layer_solidcolor.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Solid Color" layer
 **
-**     $Id: layer_solidcolor.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -41,23 +41,23 @@ namespace synfig {
 class Layer_SolidColor : public Layer_Composite, public Layer_NoDeform
 {
        SYNFIG_LAYER_MODULE_EXT
-       
+
 private:
 
        Color color;
 
 public:
-       
+
        Layer_SolidColor();
-       
+
        virtual bool set_param(const String & param, const synfig::ValueBase &value);
 
        virtual ValueBase get_param(const String & param)const;
 
        virtual Color get_color(Context context, const Point &pos)const;
-       
+
        virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;
-       
+
        virtual Vocab get_param_vocab()const;
 
        virtual synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const;