[poppler] poppler/test: pdf-inspector.cc,1.4,1.5

Albert Astals Cid aacid at freedesktop.org
Sat Dec 3 14:39:08 PST 2005


Update of /cvs/poppler/poppler/test
In directory gabe:/tmp/cvs-serv11102

Modified Files:
	pdf-inspector.cc 
Log Message:
remove another chagne should not have gone in


Index: pdf-inspector.cc
===================================================================
RCS file: /cvs/poppler/poppler/test/pdf-inspector.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pdf-inspector.cc	3 Dec 2005 22:20:54 -0000	1.4
+++ pdf-inspector.cc	3 Dec 2005 22:39:06 -0000	1.5
@@ -30,7 +30,6 @@
 
 #include "PDFDoc.h"
 #include "GlobalParams.h"
-#include "SplashOutputDev.h"
 #include "ErrorCodes.h"
 #include <gtk/gtk.h>
 #include <glade/glade.h>
@@ -67,7 +66,7 @@
   GladeXML *xml;
   GtkTreeModel *model;
   PDFDoc *doc;
-  SplashOutputDev *output;
+  CairoOutputDev *output;
 };
 
 
@@ -129,11 +128,7 @@
       gtk_tree_view_column_set_sort_column_id (column, i);
     }
   doc = NULL;
-  SplashColor white;
-  white[0] = 255;
-  white[1] = 255;
-  white[2] = 255;
-  output = new SplashOutputDev(splashModeRGB8, 4, gFalse, white);
+  output = new CairoOutputDev();
 
   // set up initial widgets
   load (NULL);



More information about the poppler mailing list