Set the output driver parameters dynamically from the output window style.
[pspp-builds.git] / src / ui / gui / psppire-output-window.h
index 54447b1d5b417f22397632988435ae37f1e714bc..4fc019991c8cdb264b764620f20918d1aa060e74 100644 (file)
@@ -24,9 +24,7 @@
 #include <gtk/gtk.h>
 #include "psppire-window.h"
 #include "psppire.h"
-
-extern int viewer_length;
-extern int viewer_width ;
+#include "libpspp/string-map.h"
 
 
 G_BEGIN_DECLS
@@ -55,6 +53,7 @@ struct _PsppireOutputWindow
   int max_width;
   int y;
 
+  struct string_map render_opts;
   GtkTreeView *overview;
   GtkTreeIter cur_command;
   bool in_command;