From f72efb3e0b08321fe70a478bf939c312ed7564ce Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 10 Sep 2005 12:30:25 +0000 Subject: [PATCH] the antialize parameter in swf_RenderSWF() is now an int --- lib/rfxswf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.7.10.4