[poppler] poppler/poppler: SplashOutputDev.h,1.2,1.3

Marco Pesenti Gritti marco at freedesktop.org
Fri Sep 16 11:32:32 PDT 2005


Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv4782/poppler

Modified Files:
	SplashOutputDev.h 
Log Message:
2005-09-16  Marco Pesenti Gritti  <mpg at redhat.com>

        * poppler/SplashOutputDev.h:
        * splash/Splash.cc:
        * splash/Splash.h:

        Modified region support from xpdf 3.01



Index: SplashOutputDev.h
===================================================================
RCS file: /cvs/poppler/poppler/poppler/SplashOutputDev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SplashOutputDev.h	28 Jul 2005 17:34:19 -0000	1.2
+++ SplashOutputDev.h	16 Sep 2005 18:32:30 -0000	1.3
@@ -148,6 +148,11 @@
   // is passed to Splash::setFillPattern, so it should not be used
   // after calling this function.
   void xorRectangle(int x0, int y0, int x1, int y1, SplashPattern *pattern);
+  // Get the modified region.
+  void getModRegion(int *xMin, int *yMin, int *xMax, int *yMax);
+
+  // Clear the modified region.
+  void clearModRegion();
 
   // Set the Splash fill color.
   void setFillColor(int r, int g, int b);



More information about the poppler mailing list