fix segv for plugin render_gui when plugin moved up/dn, opencv build fixes, opts...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vwindowgui.h
index 60dcfeff1a56a7d0020032275c4f5933ac44485d..d56df59e2514b75d48afb242db835ecc7ab0a332 100644 (file)
@@ -122,8 +122,6 @@ public:
        int need_overlays();
        void draw_overlays();
        void close_source();
-       int get_fullscreen();
-       void set_fullscreen(int value);
 
        MWindow *mwindow;
        VWindowGUI *gui;
@@ -158,6 +156,7 @@ public:
        void panel_fit_autos(int all);
        void panel_set_editing_mode(int mode);
        void panel_set_auto_keyframes(int v);
+       void panel_set_span_keyframes(int v);
        void panel_set_labels_follow_edits(int v);
 
        MWindow *mwindow;