From 7def1e1bda52a0c4a7c927f58385b6e761a0c2d6 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 30 Dec 2004 18:23:01 +0000 Subject: [PATCH] added swf_SetDefineBBox(). --- lib/rfxswf.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4