From 87e4d2d443aedda8c9bc4671d74241ec4db7a9ae Mon Sep 17 00:00:00 2001 From: pabs Date: Tue, 3 Apr 2007 08:29:20 +0000 Subject: [PATCH] Commit part of r401 that dooglus missed. git-svn-id: http://svn.voria.com/code@421 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/mod_geometry/rectangle.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synfig-core/trunk/src/modules/mod_geometry/rectangle.h b/synfig-core/trunk/src/modules/mod_geometry/rectangle.h index 1312938..422ad05 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/rectangle.h +++ b/synfig-core/trunk/src/modules/mod_geometry/rectangle.h @@ -62,6 +62,8 @@ public: virtual synfig::ValueBase get_param(const synfig::String & param)const; + virtual bool Rectangle::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; -- 2.7.4