Fix 1862699: Specify "-avoid-version" for each of the modules. Fix by Daniel Macks.
[synfig.git] / synfig-core / trunk / src / modules / mod_magickpp / trgt_magickpp.h
index e14dea2..f418826 100644 (file)
@@ -43,10 +43,12 @@ class magickpp_trgt : public synfig::Target_Scanline
        
 private:
        
-       int width, height, row;
+       int width, height;
 
        synfig::String filename;
-       unsigned char *buffer;
+       unsigned char *buffer1, *start_pointer, *buffer_pointer;
+       unsigned char *buffer2, *previous_buffer_pointer;
+       bool transparent;
        synfig::Color *color_buffer;
        std::vector<Magick::Image> images;