X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.h;h=a86943d2f27b63464998d41607a63f3cf746b3dd;hp=21a60682d04bf633b4c3dbf557eba8e190815ae8;hb=f72efb3e0b08321fe70a478bf939c312ed7564ce;hpb=e0c11e29f8b8ff359ea454712483123a974b80da diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 21a6068..a86943d 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -978,7 +978,7 @@ typedef struct RENDERBUF void*internal; } RENDERBUF; -void swf_Render_Init(RENDERBUF*buf, int posx, int posy, int width, int height, char antialize, int scale); +void swf_Render_Init(RENDERBUF*buf, int posx, int posy, int width, int height, int antialize, int multiply); void swf_Render_SetBackground(RENDERBUF*buf, RGBA*img, int width, int height); void swf_Render_SetBackgroundColor(RENDERBUF*buf, RGBA color); RGBA* swf_Render(RENDERBUF*dest);