X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=e52eb148af50019d3ddfd7d26b79a5bfa5a5bc51;hb=df1d194af32e35739355981252785e768f21ebb0;hp=89a7c4fe5c9f6851ac8b1f84ba68f7da0d075cae;hpb=62a04ffbf5aa2e3ceb194a118c3423bd2de81713;p=pspp diff --git a/src/output/render.h b/src/output/render.h index 89a7c4fe5c..e52eb148af 100644 --- a/src/output/render.h +++ b/src/output/render.h @@ -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.) */