X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FBitmapOutputDev.cc;h=c9cbd0c9e3621ff2735f367603288ce252ed03f3;hb=6a529bfa890997a55fec9ae0e0d388cf9d5276c2;hp=e551fd610b9bc7bc49964a80df5b990392650286;hpb=e76962f98e08fbe0ef12eb8608bf9b66bbb44dcc;p=swftools.git diff --git a/lib/pdf/BitmapOutputDev.cc b/lib/pdf/BitmapOutputDev.cc index e551fd6..c9cbd0c 100644 --- a/lib/pdf/BitmapOutputDev.cc +++ b/lib/pdf/BitmapOutputDev.cc @@ -552,6 +552,13 @@ void BitmapOutputDev::startPage(int pageNum, GfxState *state, double crop_x1, do void BitmapOutputDev::endPage() { msg(" endPage (BitmapOutputDev)"); + + /* notice: we're not fully done yet with this page- there might still be + a few calls to drawLink() yet to come */ +} +void BitmapOutputDev::finishPage() +{ + msg(" finishPage (BitmapOutputDev)"); gfxdev->endPage(); if(layerstate == STATE_BITMAP_IS_ABOVE) { @@ -569,9 +576,6 @@ void BitmapOutputDev::endPage() rgbdev->endPage(); clip0dev->endPage(); clip1dev->endPage(); - - /* notice: we're not fully done yet with this page- there might still be - a few calls to drawLink() yet to come */ } GBool BitmapOutputDev::upsideDown()