X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FPSOutputDev.h;h=f7896ccc73963df346f7f54310997c1e5e80f4bd;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=fbfc3a5c3d536ab9c0d0caca07f6117ba0fd58d4;hpb=64676031423465996e83c4a685290f0c3d97a249;p=evince.git diff --git a/pdf/xpdf/PSOutputDev.h b/pdf/xpdf/PSOutputDev.h index fbfc3a5c..f7896ccc 100644 --- a/pdf/xpdf/PSOutputDev.h +++ b/pdf/xpdf/PSOutputDev.h @@ -2,7 +2,7 @@ // // PSOutputDev.h // -// Copyright 1996-2002 Glyph & Cog, LLC +// Copyright 1996-2003 Glyph & Cog, LLC // //======================================================================== @@ -217,6 +217,8 @@ private: PSFont16Enc *font16Enc; // encodings for substitute 16-bit fonts int font16EncLen; // number of entries in font16Enc array int font16EncSize; // size of font16Enc array + GList *xobjStack; // stack of XObject dicts currently being + // processed double tx, ty; // global translation double xScale, yScale; // global scaling