label edit deadlock, build openexr cfg option, code cleanup
[goodguy/history.git] / cinelerra-5.1 / cinelerra / trackcanvas.h
index 69318d67e58db9d05dca00d7588979252f66b26f..ab82e1606ec0c46f42472dfd9952cab75d646707 100644 (file)
@@ -109,14 +109,14 @@ public:
                int y,
                int center_pixel,
                int zoom_track);
-       void draw_floatauto(FloatAuto *current, 
-               int x, 
-               int y, 
-               int in_x, 
-               int in_y, 
-               int out_x, 
-               int out_y, 
-               int center_pixel, 
+       void draw_floatauto(FloatAuto *current,
+               int x,
+               int y,
+               int in_x,
+               int in_y,
+               int out_x,
+               int out_y,
+               int center_pixel,
                int zoom_track,
                int color);
        int test_auto(Auto *current,
@@ -259,7 +259,7 @@ public:
        void synchronize_autos(float change, Track *skip, FloatAuto *fauto, int fill_gangs);
 
 
-       void draw_brender_start();
+       void draw_brender_range();
        void draw_loop_points();
        void draw_transitions();
        void draw_drag_handle();
@@ -399,8 +399,7 @@ public:
        ArrayList<PluginOn*> plugin_on_toggles;
        ArrayList<PluginShow*> plugin_show_toggles;
 
-
-
+       static int auto_operations[];
 // event handlers
        void draw_paste_destination();