fix aspect ratio on split screen drag handle, add videoscope to editpanel in cwindow...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / renderengine.h
index d3853a1d8fe918b777371b508ae3b0be62770422..abe7b7079df1af1029bb7650614ada3a7998182e 100644 (file)
@@ -87,6 +87,8 @@ public:
 
 // Update preferences window
        void update_framerate(float framerate);
+// update canvas scope gui
+       void update_scope(VFrame *frame);
 
 // Copy of command
        TransportCommand *command;
@@ -99,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