opengl dot() fix, add file dates, sort file name/time, fix icon image lookup, sync...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcdragwindow.C
index 72e7c85029c85545a9a7f2261014d25f72e46fed..54814a29f55b20ee08e897d2212d07b789d656d3 100644 (file)
@@ -93,7 +93,7 @@ int BC_DragWindow::drag_failure_event()
 
                reposition_window(new_x, new_y, get_w(), get_h());
                flush();
-               usleep(1000);
+               usleep(250000/10);
        }
        return 0;
 }
@@ -109,7 +109,7 @@ BC_Pixmap *BC_DragWindow::prepare_frame(VFrame *frame, BC_WindowBase *parent_win
        int tw = frame->get_w(), th = frame->get_h();
 
        if( frame->get_color_model() != BC_RGBA8888 ) {
-               temp_frame = new VFrame(tw, th, BC_RGBA8888);
+               temp_frame = new VFrame(tw, th, BC_RGBA8888, 0);
                temp_frame->transfer_from(frame);
        }