poppler/Link.h |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 9c8f30fb4a2a0dd2cf359610e33749e1682921c7
Author: Albert Astals Cid <[email protected]>
Date:   Wed Aug 31 20:17:38 2011 +0200

    xpdf303: comment changes

diff --git a/poppler/Link.h b/poppler/Link.h
index 84e5801..8e2df24 100644
--- a/poppler/Link.h
+++ b/poppler/Link.h
@@ -129,8 +129,10 @@ private:
   double left, bottom;         // position
   double right, top;
   double zoom;                 // zoom factor
-  GBool changeLeft, changeTop; // for destXYZ links, which position
-  GBool changeZoom;            //   components to change
+  GBool changeLeft, changeTop; // which position components to change:
+  GBool changeZoom;            //   destXYZ uses all three;
+                               //   destFitH/BH use changeTop;
+                               //   destFitV/BV use changeLeft
   GBool ok;                    // set if created successfully
 
   LinkDest(LinkDest *dest);
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to