X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=aa1980adf505f0680379a2f68b9adf2e2e21bc07;hb=d487d1f72f6c4e8ec178fa8d8ce0aadf4aa34fcd;hp=c08a687dc99cba2381cc22f4c319d7277cb616c3;hpb=563b6160d2ed20120fbb62410a65e03c28537383;p=pspp diff --git a/src/output/render.h b/src/output/render.h index c08a687dc9..aa1980adf5 100644 --- a/src/output/render.h +++ b/src/output/render.h @@ -106,8 +106,8 @@ struct render_break { struct render_page *page; /* Page being broken up. */ enum table_axis axis; /* Axis along which 'page' is being broken. */ - int cell; /* Next cell. */ - int pixel; /* Pixel offset within 'cell' (usually 0). */ + int z; /* Next cell along 'axis'. */ + int pixel; /* Pixel offset within cell 'z' (usually 0). */ int hw; /* Width of headers of 'page' along 'axis'. */ };