X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fpivot-table.h;h=6769b600baada8de089d63c82e7b1b2424f50945;hb=4cc9925e87a7efc1e5a9e0b452549d2bce0cb847;hp=c613e55efc81d557c03d67b28f45ce72f23c31da;hpb=3b03678858485b01277d7488323613fb28691834;p=pspp diff --git a/src/output/pivot-table.h b/src/output/pivot-table.h index c613e55efc..6769b600ba 100644 --- a/src/output/pivot-table.h +++ b/src/output/pivot-table.h @@ -430,6 +430,7 @@ struct pivot_table bool rotate_inner_column_labels; bool rotate_outer_row_labels; bool show_grid_lines; + bool show_title; bool show_caption; size_t *current_layer; /* axis[PIVOT_AXIS_LAYER].n_dimensions elements. */ enum settings_value_show show_values; @@ -467,7 +468,7 @@ struct pivot_table struct pivot_value *subtype; /* Same as spv_item's subtype. */ struct pivot_value *corner_text; struct pivot_value *caption; - char *notes; + char *notes; /* Shown as tooltip. */ /* Dimensions. */ struct pivot_dimension **dimensions;