X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=2f6c42990b75eb01b53829c5d9effa3ce92bda38;hb=ba795e71ec2ec6c4285f69e632b229c794aaf19e;hp=ce4307f2cb9581d28cbb6d88714e0b2e38ea8aa3;hpb=859db922893ac7c418debc823da47d7797e022e9;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index ce4307f..2f6c429 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -734,7 +734,7 @@ MATRIX * swf_MatrixMapTriangle(MATRIX * m,int dx,int dy, int x0,int y0,int x1,int y1,int x2,int y2); int swf_GetNumUsedIDs(TAG * t); void swf_GetUsedIDs(TAG * t, int * positions); -void swf_Relocate(SWF*swf, char*bitmap); // bitmap is 65536 bytes, bitmap[a]==0 means id a is free +char swf_Relocate(SWF*swf, char*bitmap); // bitmap is 65536 bytes, bitmap[a]==0 means id a is free void swf_RelocateDepth(SWF*swf, char*bitmap); // bitmap is 65536 bytes, bitmap[d]==0 means depth d is free TAG* swf_Concatenate (TAG*list1,TAG*list2); // warning: both list1 and list2 are invalid after this call.