From: kramm Date: Sun, 6 Apr 2008 20:32:35 +0000 (+0000) Subject: added comment to endPage() X-Git-Tag: buttons-working~252 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5b288559c452f70766c57386dd5c5a3c9ff306b6 added comment to endPage() --- diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index 227ea4d..27042b8 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -1026,6 +1026,8 @@ void GFXOutputDev::endPage() device->endclip(device); outer_clip_box = 0; } + /* notice: we're not fully done yet with this page- there might still be + a few calls to drawLink() yet to come */ } #define STROKE_FILL 1