add clip folders, icon margins, fix safe regions, update neophyte, fix folder edl...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdevicex11.C
index a92986c1e6c7d695c74b67c2ad36dbab76d551a2..1407d2e97ea91f263e8858bae72f9a7ec1756a46 100644 (file)
@@ -161,12 +161,18 @@ int VDeviceX11::close_all()
        if( output ) {
                output->lock_canvas("VDeviceX11::close_all 1");
                output->get_canvas()->lock_window("VDeviceX11::close_all 1");
+// Update the status bug
+               if( !device->single_frame ) {
+                       output->stop_video();
+               }
+               else {
+                       output->stop_single();
+               }
        }
 
        if( output && output_frame ) {
                output->update_refresh(device, output_frame);
-               if( device->single_frame )
-                       output->draw_refresh();
+               output->draw_refresh(1);
        }
 
        delete bitmap;          bitmap = 0;
@@ -174,14 +180,6 @@ int VDeviceX11::close_all()
        delete capture_bitmap;  capture_bitmap = 0;
 
        if( output ) {
-// Update the status bug
-               if( !device->single_frame ) {
-                       output->stop_video();
-               }
-               else {
-                       output->stop_single();
-               }
-
                output->get_canvas()->unlock_window();
                output->unlock_canvas();
        }