awindowgui / mwindowedit / label rework
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainsession.h
index e68938d997711a9d310b55a300cda688bf485da8..81b2439ff3e30f9fabaa645ea5c16d9a8aa259f8 100644 (file)
@@ -38,6 +38,7 @@
 #include "pluginset.inc"
 #include "pluginserver.inc"
 #include "track.inc"
+#include "vwindowgui.inc"
 
 // Options not in EDL but not changed in preferences
 class MainSession
@@ -66,10 +67,6 @@ public:
        PluginSet *pluginset_highlighted;
 // The plugin after the point where the plugin is going to be dropped.
        Plugin *plugin_highlighted;
-// Viewer canvas highlighted
-       int vcanvas_highlighted;
-// Compositor canvas highlighted
-       int ccanvas_highlighted;
 // Current drag operation
        int current_operation;
 
@@ -100,7 +97,7 @@ public:
 // Value of keyframe when button was pressed
        float drag_start_percentage;
        long drag_start_position;
-// Records for redrawing brender position in timebar
+// Amount of data rendered, for drawing status in timebar
        double brender_end;
 // Position of cursor in CWindow output.  Used by ruler.
        int cwindow_output_x, cwindow_output_y;