add threads param to ffmpeg plugins, spec fix, added m2t ext
[goodguy/history.git] / cinelerra-5.1 / cinelerra / trackcanvas.h
index c7b7f8463decc834c96c02a0a43f7663691baf77..a99ca1438c2a9d58d54b31710370f3b37544b47a 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,
@@ -413,7 +413,7 @@ public:
 // ====================================== cursor selection type
 
        double selection_midpoint;        // division between current ends
-
+       int snapped;                    // drag handle snapping
 };
 
 #endif