identity sh-f11=cam/sh-f12=proj keyframes, odd jpeg fix, zoom submenu, shudmp
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cwindow.h
index 28bfa9780f6afd4a216e2e4d0c24e8e310dfd428..e6a9b9448a572d9f57e3f5d5e72a13e7fd85bfca 100644 (file)
@@ -59,14 +59,10 @@ public:
                int *created = 0,
                int redraw = 1);
 // Same as before.  Provide 0 to Auto arguments to have them ignored.
-       void calculate_affected_autos(FloatAuto **x_auto,
-               FloatAuto **y_auto,
-               FloatAuto **z_auto,
-               Track *track,
-               int use_camera,
-               int create_x,
-               int create_y,
-               int create_z);
+       void calculate_affected_autos( Track *track,
+               FloatAuto **x_auto, FloatAuto **y_auto, FloatAuto **z_auto,
+               int use_camera, int create_x, int create_y, int create_z,
+               int redraw=1);
        void show_window();
        void hide_window();
        int update_position(double position);