X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcdragwindow.C;h=54814a29f55b20ee08e897d2212d07b789d656d3;hp=82ac5762d588c9de97dd89534d9f7a150d5f4c49;hb=7e5a0760f40ff787cc3d93cb7768a901ebe52809;hpb=38cb4182e11e57fc426bede3825e825e9d61433b diff --git a/cinelerra-5.1/guicast/bcdragwindow.C b/cinelerra-5.1/guicast/bcdragwindow.C index 82ac5762..54814a29 100644 --- a/cinelerra-5.1/guicast/bcdragwindow.C +++ b/cinelerra-5.1/guicast/bcdragwindow.C @@ -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); }