gui: Fix behavior of print preview in psppire-output-window.
[pspp-builds.git] / src / ui / gui / psppire-output-window.h
index c242e732881f4076e179da6a618b1b04352f463b..54447b1d5b417f22397632988435ae37f1e714bc 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008, 2009  Free Software Foundation
+   Copyright (C) 2008, 2009, 2010, 2011  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 #include <glib.h>
 #include <glib-object.h>
-#include <gtk/gtkaction.h>
-#include <gtk/gtktextbuffer.h>
+#include <gtk/gtk.h>
 #include "psppire-window.h"
 #include "psppire.h"
-#include <gtk/gtk.h>
 
 extern int viewer_length;
 extern int viewer_width ;
@@ -69,6 +67,7 @@ struct _PsppireOutputWindow
   struct xr_driver *print_xrd;
   int print_item;
   int print_n_pages;
+  gboolean paginated;
 };
 
 struct _PsppireOutputWindowClass