X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_bitmap.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_bitmap.h;h=4669092065efca89fdff5e1b5ab5c40b2baf38f4;hb=c9582dc1cba08b936b35f36f36c0fa018a203a53;hp=c3133214ea58390d9b386fff607c3b481935cb18;hpb=6d603393d410ef8f75165a435f4d638c7a66681e;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_bitmap.h b/synfig-core/trunk/src/synfig/layer_bitmap.h index c313321..4669092 100644 --- a/synfig-core/trunk/src/synfig/layer_bitmap.h +++ b/synfig-core/trunk/src/synfig/layer_bitmap.h @@ -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;