Add code for multiple onion skins.
[synfig.git] / synfig-studio / trunk / src / gtkmm / workarea.h
index 6e5ab7f..c2ec70e 100644 (file)
@@ -235,6 +235,8 @@ private:
 
 
        bool onion_skin;
+       //! stores the future [1] and past [0] onion skins based on keyframes
+       int onion_skins[2];
 
        etl::loose_handle<synfig::ValueNode> selected_value_node_;