olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / guicast / bcdragwindow.C
index 82ac5762d588c9de97dd89534d9f7a150d5f4c49..54814a29f55b20ee08e897d2212d07b789d656d3 100644 (file)
@@ -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);
        }