X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=6ea89004617b04822e07fcc19aa16f4116f03849;hb=7def1e1bda52a0c4a7c927f58385b6e761a0c2d6;hp=88cdf7c48307ee4928da1851ea9203ba6bdf88ec;hpb=c99484452927b16bc4ba7a292d96ae6c0dcd86c4;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 88cdf7c..6ea8900 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -744,6 +744,8 @@ U8 swf_isShapeTag(TAG*tag); U16 swf_GetDefineID(TAG * t); SRECT swf_GetDefineBBox(TAG * t); +void swf_SetDefineBBox(TAG * t, SRECT r); + void swf_SetDefineID(TAG * t, U16 newid); U16 swf_GetPlaceID(TAG * t); //PLACEOBJECT, PLACEOBJECT2 (sometimes), REMOVEOBJECT int swf_GetDepth(TAG * t); //PLACEOBJECT,PLACEOBJECT2,REMOVEOBJECT,REMOVEOBJECT2,SETTABINDEX