Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vwindowgui.h
index a62a3015542954b4a9adcec9c39a8fd309f32c11..d2527acde203e6a98a5c9f53f46a8c25925f2ad2 100644 (file)
@@ -113,9 +113,10 @@ class VWindowCanvas : public Canvas
 public:
        VWindowCanvas(MWindow *mwindow, VWindowGUI *gui);
        void create_objects(EDL *edl);
+       int button_release_event();
        void zoom_resize_window(float percentage);
        int scope_on();
-       void draw_scope(VFrame *output);
+       void draw_scope(VFrame *output, int refresh);
        void draw_refresh(int flush = 1);
        int need_overlays();
        void draw_overlays();
@@ -157,6 +158,7 @@ public:
        void panel_set_auto_keyframes(int v);
        void panel_set_span_keyframes(int v);
        void panel_set_labels_follow_edits(int v);
+       void panel_set_gang_tracks(int v);
 
        MWindow *mwindow;
        VWindow *vwindow;