Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vwindowgui.h
index d56cc052b2b2910c3c74b46897901e5e2b8907a6..d2527acde203e6a98a5c9f53f46a8c25925f2ad2 100644 (file)
@@ -113,6 +113,7 @@ 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, int refresh);
@@ -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;