add Autosave continuous backups by Andras Reuss and Andrew-R
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / renderengine.h
index 4e9c9689df18ae57e5ba4904890dbe6cd4d72933..abe7b7079df1af1029bb7650614ada3a7998182e 100644 (file)
@@ -84,11 +84,11 @@ public:
        int64_t sync_position();
 // Called by VRender to reset the timers once the first frame is done.
        void reset_sync_position();
-// return samples since start of playback
-       int64_t session_position();
 
 // Update preferences window
        void update_framerate(float framerate);
+// update canvas scope gui
+       void update_scope(VFrame *frame);
 
 // Copy of command
        TransportCommand *command;
@@ -101,7 +101,6 @@ public:
 // Canvas if being used for CWindow
        Canvas *output;
 
-
 // Lock out new commands until completion
        Condition *input_lock;
 // Lock out interrupts until started