X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=2f6c42990b75eb01b53829c5d9effa3ce92bda38;hb=32ac544befbd3ffa7b910841c9b9464b36e35bc0;hp=ce4307f2cb9581d28cbb6d88714e0b2e38ea8aa3;hpb=c94d5959f51071041fe1a9802d5b021ecd4f6def;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.