X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcxfer.h;h=d743956fe66e6acda66fd1f4b0a958998ff50b4d;hp=c12346045116167c4fd9bdfb37396742c74d3ea7;hb=048758971ba1956419f8f6d60100c2de28f1b16f;hpb=d68248049f2164ee236816085baedd4624bcee10 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;