rework canvas zoom, add 3 plugins from 7.2, tweak cwdw boundry, vdevicex11 dupl close...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vwindowgui.h
index d56df59e2514b75d48afb242db835ecc7ab0a332..d25df29ce84a4787c7314d3fd05c55e4ecc05eab 100644 (file)
@@ -94,8 +94,6 @@ public:
        VWindowOutPoint *out_point;
        char loaded_title[BCTEXTLEN];
        int highlighted;
-private:
-       void get_scrollbars(int &canvas_x, int &canvas_y, int &canvas_w, int &canvas_h);
 };
 
 
@@ -122,6 +120,8 @@ public:
        int need_overlays();
        void draw_overlays();
        void close_source();
+       void zoom_auto();
+       int use_fullscreen(int on);
 
        MWindow *mwindow;
        VWindowGUI *gui;