X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcxfer.h;h=0ac9efcdcde5b2a419afc2223b546941e409e1bc;hb=refs%2Fheads%2Fmaster;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..0ac9efcd 100644 --- a/cinelerra-5.1/guicast/bcxfer.h +++ b/cinelerra-5.1/guicast/bcxfer.h @@ -1,3 +1,24 @@ +/* + * CINELERRA + * Copyright (C) 2016-2020 William Morrow + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ + + #include "bccmodels.h" #include "bcresources.h" #include "condition.h" @@ -244,8 +265,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;