mixer
[goodguy/history.git] / cinelerra-5.1 / cinelerra / trackcanvas.h
index ab82e1606ec0c46f42472dfd9952cab75d646707..24ab191404695677379f94821352ed0829dd4989 100644 (file)
@@ -398,6 +398,7 @@ public:
 // Plugin toggle interfaces
        ArrayList<PluginOn*> plugin_on_toggles;
        ArrayList<PluginShow*> plugin_show_toggles;
+       ArrayList<PluginPresetEdit*> preset_edit_buttons;
 
        static int auto_operations[];
 // event handlers
@@ -413,7 +414,7 @@ public:
 // ====================================== cursor selection type
 
        double selection_midpoint;        // division between current ends
-
+       int snapped;                    // drag handle snapping
 };
 
 #endif