From faca00b8c7eeee769980e19057a15ea82f52da7a Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 12 Jul 2004 09:41:31 +0000 Subject: [PATCH] added comment. --- lib/modules/swfobject.c | 2 ++ lib/modules/swftools.c | 3 +++ 2 files changed, 5 insertions(+) diff --git a/lib/modules/swfobject.c b/lib/modules/swfobject.c index ba288d1..18ccce7 100644 --- a/lib/modules/swfobject.c +++ b/lib/modules/swfobject.c @@ -162,6 +162,8 @@ void swf_GetPlaceObject(TAG * tag,SWFPLACEOBJECT* obj) if(flags&4) swf_GetMatrix(tag, &obj->matrix); if(flags&8) swf_GetCXForm(tag, &obj->cxform,1); if(flags&16) obj->ratio = swf_GetU16(tag); + /* if you modify the order of these operations, also + modify it in ../src/swfcombine.c */ if(flags&64) obj->clipdepth = swf_GetU16(tag); //clip if(flags&32) { diff --git a/lib/modules/swftools.c b/lib/modules/swftools.c index 1f80dce..1425383 100644 --- a/lib/modules/swftools.c +++ b/lib/modules/swftools.c @@ -872,6 +872,9 @@ void swf_RelocateDepth(SWF*swf, char*bitmap) while(tag) { + /* TODO * clip depths + * sprites + */ int depth = swf_GetDepth(tag); if(depth>=0) { int newdepth = depth+nr; -- 1.7.10.4