X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=c08a687dc99cba2381cc22f4c319d7277cb616c3;hb=88f5e7308328d00b3414f34f4313e1a489df2701;hp=51b84a3005cf03705739266c6e68e3d357f8833b;hpb=35fab6526c3b8491a05769cb72e24c00316c5d3f;p=pspp diff --git a/src/output/render.h b/src/output/render.h index 51b84a3005..c08a687dc9 100644 --- a/src/output/render.h +++ b/src/output/render.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009, 2010, 2011, 2014 Free Software Foundation, Inc. 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 @@ -78,6 +78,11 @@ struct render_params /* Width of different kinds of lines. */ int line_widths[TABLE_N_AXES][RENDER_N_LINES]; + + /* Minimum cell width or height before allowing the cell to be broken + across two pages. (Joined cells may always be broken at join + points.) */ + int min_break[TABLE_N_AXES]; }; /* A "page" of content that is ready to be rendered.