Author: Carlos Lopez <[email protected]>
Date:   Sat Jun  9 10:03:46 2012 +0200

ETL surface: make set_wh member function virtual because it needs to be 
redefined by CairoSurface. In general set_wh can resize a surface that hasn't 
the stride defined so CairoSurfaces needs to redefine this member function to 
create a new surface with the proper dimensions and the right stride

---

 ETL/ETL/_surface.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ETL/ETL/_surface.h b/ETL/ETL/_surface.h
index e57c8cf..d58663f 100644
--- a/ETL/ETL/_surface.h
+++ b/ETL/ETL/_surface.h
@@ -207,7 +207,7 @@ public:
                return *this;
        }
 
-       void
+       virtual void
        set_wh(typename size_type::value_type w, typename size_type::value_type 
h)
        {
                if(data_)


------------------------------------------------------------------------------
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