From: kramm Date: Sun, 6 Nov 2005 22:52:41 +0000 (+0000) Subject: added some comments X-Git-Tag: xpdf-3-01~27 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=18fc1e5ca4a4c3e0366883afc07e52427ce2502d added some comments --- diff --git a/lib/modules/swfrender.c b/lib/modules/swfrender.c index f17a1a2..b090cdd 100644 --- a/lib/modules/swfrender.c +++ b/lib/modules/swfrender.c @@ -536,6 +536,7 @@ static void fill_clip(RGBA*line, int*z, int y, int x1, int x2, U32 depth) } while(++xymin, i->ymax); @@ -873,6 +877,7 @@ void swf_Process(RENDERBUF*dest, U32 clipdepth) break; } if(clipdepth) { + /* TODO: is lastx *ever* != i->width2 here? */ fill_clip(line, zline, y, lastx, i->width2, clipdepth); } free_layers(&fillstate);