Author: Carlos Lopez <[email protected]>
Date:   Tue Aug 14 19:42:42 2012 +0200

Layer Polygon: move accelerated_cairorender to be public.

---

 synfig-core/src/synfig/layer_polygon.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-core/src/synfig/layer_polygon.h 
b/synfig-core/src/synfig/layer_polygon.h
index eec4d42..931aec2 100644
--- a/synfig-core/src/synfig/layer_polygon.h
+++ b/synfig-core/src/synfig/layer_polygon.h
@@ -87,11 +87,11 @@ public:
        virtual ValueBase get_param(const String & param)const;
 
        virtual Vocab get_param_vocab()const;
+       virtual bool accelerated_cairorender(Context context,cairo_surface_t 
*surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;
 
 private:
        class           PolySpan;
        bool render_polyspan(Surface *surface,PolySpan &polyspan)const;
-       virtual bool accelerated_cairorender(Context context,cairo_surface_t 
*surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;
 
 }; // END of Layer_Polygon
 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to