work
[pspp] / src / output / render.h
index ff73c4e35af9896d0ad59ddf16a2694f7a1423ab..bc8db241f88ce91b88db1808367c742e2686df8c 100644 (file)
@@ -79,6 +79,10 @@ struct render_params
     /* True if the local language has a right-to-left direction, otherwise
        false.  (Use render_direction_rtl() to find out.) */
     bool rtl;
+
+    /* True if the table is being rendered for printing (as opposed to
+       on-screen display). */
+    bool printing;
   };
 
 struct render_ops