From: kramm Date: Sat, 10 Sep 2005 12:30:25 +0000 (+0000) Subject: the antialize parameter in swf_RenderSWF() is now an int X-Git-Tag: xpdf-3-01~70 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=f72efb3e0b08321fe70a478bf939c312ed7564ce the antialize parameter in swf_RenderSWF() is now an int --- 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);