output: Correctly define and properly implement column width ranges.
[pspp] / src / output / render.h
index 89a7c4fe5c9f6851ac8b1f84ba68f7da0d075cae..e52eb148af50019d3ddfd7d26b79a5bfa5a5bc51 100644 (file)
@@ -55,6 +55,11 @@ struct render_params
     /* Width of different kinds of lines. */
     const int *line_widths;           /* RENDER_N_LINES members. */
 
+    /* 1/96" of an inch (1px) in the rendering unit.  Currently used only for
+       column width ranges (as specified in width_ranges in struct
+       pivot_table_look).  Set to 0 to disable this feature. */
+    int px_size;
+
     /* Minimum cell width or height before allowing the cell to be broken
        across two pages.  (Joined cells may always be broken at join
        points.) */