X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindowgui.h;h=67859a2967a04835db67812e64f0148529f55cfe;hp=0e120c8b64907673672f2780cbfcb8a8402ddcbf;hb=9afc3844e37c6db23435d5d0c33129dcc81061e4;hpb=0c7b0aebb5e9f85f4eb7abb69b800d8d37b30b0f diff --git a/cinelerra-5.1/cinelerra/cwindowgui.h b/cinelerra-5.1/cinelerra/cwindowgui.h index 0e120c8b..67859a29 100644 --- a/cinelerra-5.1/cinelerra/cwindowgui.h +++ b/cinelerra-5.1/cinelerra/cwindowgui.h @@ -86,6 +86,7 @@ public: void keyboard_zoomout(); void update_meters(); void stop_transport(const char *lock_msg); + void sync_parameters(int change_type, int redraw=0, int overlay=0); MWindow *mwindow; CWindow *cwindow; @@ -303,9 +304,12 @@ public: int do_camera); int do_ruler(int draw, int motion, int button_press, int button_release); int test_zoom(int &redraw); + void create_keyframe(int do_camera); + void camera_keyframe(); + void projector_keyframe(); + void reset_keyframe(int do_camera); void reset_camera(); void reset_projector(); - void reset_keyframe(int do_camera); void draw_crophandle(int x, int y); void zoom_auto();