added comment.
authorkramm <kramm>
Mon, 12 Jul 2004 09:41:31 +0000 (09:41 +0000)
committerkramm <kramm>
Mon, 12 Jul 2004 09:41:31 +0000 (09:41 +0000)
lib/modules/swfobject.c
lib/modules/swftools.c

index ba288d1..18ccce7 100644 (file)
@@ -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) {
index 1f80dce..1425383 100644 (file)
@@ -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;