X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfobject.c;h=37034135c73fe7ee729162916497d92a94f7885b;hb=589d78164f620b0af09413df7e91e7756467a3cd;hp=a9507ab7a7aa9fb0f0d5b33106ee4df13d4ccb88;hpb=d193d733dfa41679452284e4e60e7237ac721cba;p=swftools.git diff --git a/lib/modules/swfobject.c b/lib/modules/swfobject.c index a9507ab..3703413 100644 --- a/lib/modules/swfobject.c +++ b/lib/modules/swfobject.c @@ -110,7 +110,7 @@ void swf_SetPlaceObject(TAG * t,SWFPLACEOBJECT* obj) int m = !isUnitMatrix(&obj->matrix); int cx = !isUnitCXForm(&obj->cxform); - flags = (obj->id?PF_CHAR:0)|(m?PF_MATRIX:0)|(cx?PF_CXFORM:0)| + flags = (obj->id?PF_CHAR:0)|(m?PF_MATRIX:0)|(cx?PF_CXFORM:0)|(obj->ratio?PF_RATIO:0)| (obj->name?PF_NAME:0)|(obj->move?PF_MOVE:0)| (obj->clipdepth?PF_CLIPACTION:0);