Add an option to the setup dialog "Scale New Imported Images to Fit Canvas". Previou...
[synfig.git] / synfig-core / trunk / src / synfig / layer_bitmap.h
index c313321..4669092 100644 (file)
@@ -51,6 +51,8 @@ public:
        Point br;
        int c;
        mutable Surface surface;
+       mutable bool trimmed;
+       mutable unsigned int width, height, top, left;
 
        Real gamma_adjust;