From: pabs Date: Tue, 3 Apr 2007 08:29:20 +0000 (+0000) Subject: Commit part of r401 that dooglus missed. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=87e4d2d443aedda8c9bc4671d74241ec4db7a9ae;p=synfig.git Commit part of r401 that dooglus missed. git-svn-id: http://svn.voria.com/code@421 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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;