]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/GfxState.h
Scroll at the top of the page when changing page
[evince.git] / pdf / xpdf / GfxState.h
index d072fd3a13cced9222ef4c45d499f24474b53cd5..f747a831b12b90837cf3d737476cf3abeb606bc3 100644 (file)
@@ -429,7 +429,6 @@ private:
     *names[gfxColorMaxComps];
   GfxColorSpace *alt;          // alternate color space
   Function *func;              // tint transform (into alternate color space)
-  
 };
 
 //------------------------------------------------------------------------
@@ -910,6 +909,7 @@ public:
   double getRise() { return rise; }
   int getRender() { return render; }
   GfxPath *getPath() { return path; }
+  void setPath(GfxPath *pathA);
   double getCurX() { return curX; }
   double getCurY() { return curY; }
   void getClipBBox(double *xMin, double *yMin, double *xMax, double *yMax)