rework deglitch/optimize/stop_playback, sams ladspa icons, reticle color, tweak frame...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vwindow.C
index 45dacc0b8496f4425b782f2b560ac67b7d189a94..717972a1e663a15554cca1c1cd011f4535e113c4 100644 (file)
@@ -340,9 +340,10 @@ void VWindow::update_position(int change_type,
        }
 }
 
-
-
-
+void VWindow::stop_playback(int wait)
+{
+       playback_engine->stop_playback(wait);
+}
 
 int VWindow::update_position(double position)
 {