X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.h;h=42f4f23cba598eaffcdfe239e2426aa938b6e597;hp=792ac14c03abaf4793cf2442865fb4bdd76e0539;hb=275e5c582963502291613b834c9bb99d7ec81915;hpb=6cfa6f2326b39d3dee66a27cb77ad5e8fab021a1 diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 792ac14..42f4f23 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -255,6 +255,7 @@ int swf_VerifyPassword(TAG * t, const char * password); // helper functions: +SRECT swf_ClipRect(SRECT border, SRECT r); void swf_ExpandRect(SRECT*src, SPOINT add); void swf_ExpandRect2(SRECT*src, SRECT*add); void swf_ExpandRect3(SRECT*src, SPOINT center, int radius);