Same as last commit...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 28 Oct 2007 02:55:50 +0000 (02:55 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 28 Oct 2007 02:55:50 +0000 (02:55 +0000)
git-svn-id: http://svn.voria.com/code@991 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_magickpp/trgt_magickpp.h

index e14dea2..2fde6b3 100644 (file)
@@ -43,10 +43,11 @@ class magickpp_trgt : public synfig::Target_Scanline
        
 private:
        
-       int width, height, row;
+       int width, height;
 
        synfig::String filename;
-       unsigned char *buffer;
+       unsigned char *buffer, *buffer_pointer;
+       bool transparent;
        synfig::Color *color_buffer;
        std::vector<Magick::Image> images;