X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcxfer.h;h=d743956fe66e6acda66fd1f4b0a958998ff50b4d;hb=a1ec01f78c69ac89b70269884acc212a23e49622;hp=c12346045116167c4fd9bdfb37396742c74d3ea7;hpb=8fd64d1d3770c95e2a7cba1049e909cadb4e1fbf;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bcxfer.h b/cinelerra-5.1/guicast/bcxfer.h index c1234604..d743956f 100644 --- a/cinelerra-5.1/guicast/bcxfer.h +++ b/cinelerra-5.1/guicast/bcxfer.h @@ -244,8 +244,8 @@ public: uint32_t bg_r, bg_g, bg_b, bg_a; float bg_fr, bg_fg, bg_fb, bg_fa; - void xfer(); - void xfer_slices(int slices); + int xfer(); + int xfer_slices(int slices); typedef void (BC_Xfer::*xfer_fn)(unsigned y0, unsigned y1); xfer_fn xfn;