X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fcwindowgui.h;h=44a0b607be5f5547c2a18d595fb6215975064b70;hb=4b6c39e6cf4a3fd9c1b347db6de686ab55d6cac8;hp=a5d18926ca4b2911d71f623581b8710ee2eaa13f;hpb=ed1cab1d6cbde6129bbd09b9609f7bba03ab610f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cwindowgui.h b/cinelerra-5.1/cinelerra/cwindowgui.h index a5d18926..44a0b607 100644 --- a/cinelerra-5.1/cinelerra/cwindowgui.h +++ b/cinelerra-5.1/cinelerra/cwindowgui.h @@ -62,7 +62,7 @@ public: void create_objects(); int resize_event(int w, int h); - void zoom_canvas(int do_auto, double value, int update_menu); + void zoom_canvas(double value, int update_menu); float get_auto_zoom(); // Events for the fullscreen canvas fall through to here. @@ -199,6 +199,7 @@ public: CWindowZoom(MWindow *mwindow, CWindowGUI *gui, int x, int y, int w); virtual ~CWindowZoom(); int handle_event(); + void update(double value); MWindow *mwindow; CWindowGUI *gui; };