added matrix argument to swf_SetDefineText().
[swftools.git] / lib / example / edittext.c
index 463b888..10fa39d 100644 (file)
@@ -111,7 +111,7 @@ int main (int argc,char ** argv)
 
   tag = swf_InsertTag(tag,ST_DEFINETEXT);
     swf_SetU16(tag, 33); //id
-    swf_SetDefineText(tag, font, &rgb, "Password:", 20);
+    swf_SetDefineText(tag, font, &rgb, "Password:", 20, 0);
    
   tag = swf_InsertTag(tag,ST_PLACEOBJECT2);
   m.tx = width/2*20;