Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / layer_bitmap.h
index c313321..b62a93e 100644 (file)
@@ -43,7 +43,7 @@ namespace synfig {
 */
 class Layer_Bitmap : public Layer_Composite, public Layer_NoDeform
 {
-       const Color& filter(const Color& c)const;
+       const Color& filter(Color& c)const;
 public:
        typedef etl::handle<Layer_Bitmap> Handle;
 
@@ -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;