From 5b288559c452f70766c57386dd5c5a3c9ff306b6 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 6 Apr 2008 20:32:35 +0000 Subject: [PATCH] added comment to endPage() --- lib/pdf/GFXOutputDev.cc | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4