changed S16 to int, so that SET_TO_ZERO can be used.
[swftools.git] / lib / modules / swftext.c
index 996a71b..59a8dd9 100644 (file)
@@ -665,7 +665,7 @@ void swf_FontFree(SWFFONT * f)
   free(f);
 }
 
-int swf_TextSetInfoRecord(TAG * t,SWFFONT * font,U16 size,RGBA * color,S16 dx,S16 dy)
+int swf_TextSetInfoRecord(TAG * t,SWFFONT * font,U16 size,RGBA * color,int dx,int dy)
 { U8 flags;
   if (!t) return -1;