vicon jittering, opengl no draw_refresh if no ovly for last frame
[goodguy/history.git] / cinelerra-5.1 / cinelerra / awindowgui.h
index b96a5602850ecf94327c22029efe0e351717782b..6aade3ca6925d03a09e8b199ae0dfe165decb221 100644 (file)
@@ -68,11 +68,13 @@ public:
        void close_render_engine();
        void render_video(int64_t pos, VFrame *vfrm);
        void render_audio(int64_t pos, Samples **samples, int len);
+       VFrame *get_vicon_frame();
 
        MWindow *mwindow;
        AWindowGUI *gui;
        BC_Pixmap *icon;
        VFrame *icon_vframe;
+       VFrame *vicon_frame;
        int foldernum;
 // ID of thing pointed to
        int id;
@@ -319,6 +321,7 @@ public:
        int column_resize_event();
        int focus_in_event();
        int focus_out_event();
+       void update_vicon_area();
 
        MWindow *mwindow;
        AWindowGUI *gui;